Skip to content

Commit

Permalink
chore: update hosting links
Browse files Browse the repository at this point in the history
  • Loading branch information
Satont committed Sep 13, 2023
1 parent 22c0c78 commit 5c01929
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion frontend/dashboard/src/layout/header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,10 @@ const renderFlagIcon = (code: string) => defineAsyncComponent(() => import(`@/as
<n-divider vertical />
<span>
Hosted by
<a href="https://avoro.eu/" target="_blank" style="text-decoration: underline; color: #fff">
<a
href="https://avoro.eu/cp/aff.php?aff=82" target="_blank"
style="text-decoration: underline; color: #fff"
>
avoro.eu
</a>
</span>
Expand Down
2 changes: 1 addition & 1 deletion frontend/landing/src/layouts/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import { navLinks } from '../components/navLinks.js';
<div class="bg-red inline-block h-full"></div>

<span class="pl-2 text-sm">
Hosted by <a href="https://avoro.eu/" target="_blank" class="underline">avoro.eu</a>
Hosted by <a href="https://avoro.eu/cp/aff.php?aff=82" target="_blank" class="underline">avoro.eu</a>
</span>
</div>
<nav class="md:inline-flex gap-x-2 hidden">
Expand Down

0 comments on commit 5c01929

Please sign in to comment.