Skip to content

Commit

Permalink
Update PageHeader.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
spammenotinoz authored Mar 28, 2024
1 parent fedc7a8 commit bc70a95
Showing 1 changed file with 10 additions and 5 deletions.
15 changes: 10 additions & 5 deletions frontend/src/components/PageHeader.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@
<n-layout-header bordered style="height: var(--header-height)" class="px-3 flex flex-col justify-center">
<n-page-header>
<template #title>
<n-space :align="'center'">
<div class="lt-sm:hidden">
<a href="/" style="text-decoration: none; color: inherit">{{ $t('commons.siteTitle') }}</a>
</div>
</n-space>
<n-space :align="'center'">
<div class="lt-sm:hidden">
<a href="/" style="text-decoration: none; color: inherit">{{ $t('commons.siteTitle') }}</a>
</div>
<a href="https://new.ultimateai.org" target="_blank" style="text-decoration: none; color: inherit">
<n-tag :bordered="false" type="success" size="small" class="hidden sm:inline-flex">
Don't forget our new site. Faster and 30+ models. https://new.ultimateai.org
</n-tag>
</a>
</n-space>
</template>
<template #avatar>
<ChatGPTAvatar color="green" icon-style="default" :size="32" />
Expand Down

0 comments on commit bc70a95

Please sign in to comment.