Some checks failed
Backend Actions / check (push) Failing after 3m26s
Frontend Actions / check (push) Failing after 3m17s
Backend Actions / test (push) Failing after 3m20s
Frontend Actions / test (push) Successful in 51s
Frontend Actions / build (push) Successful in 56s
Backend Actions / build (push) Failing after 10m57s
6 lines
127 B
Vue
6 lines
127 B
Vue
<template>
|
|
<div class="text-2xl bold bg-sky-900 text-white p-2">
|
|
<NuxtLink to="/">NuChat</NuxtLink>
|
|
</div>
|
|
</template>
|