Skip to content

Commit

Permalink
Quick feedback fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chadokruse committed Nov 21, 2024
1 parent e1189df commit 63b283f
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions apps/web/src/lib/components/profiles/Profile.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -113,10 +113,13 @@

<!-- Search -->
<div class="mt-2 hidden grow items-center justify-end gap-4 sm:mr-6 sm:mt-0 md:mr-0 md:flex lg:flex lg:basis-auto">
<div class="hidden flex-row items-center gap-2 lg:flex">
<ArrowPath class="size-4 text-gray-500" />
<a class="pr-3 text-xs font-semibold uppercase text-slate-500" href="/profiles/random">Surprise me</a>
</div>
<a class="pr-3 text-xs font-semibold uppercase text-slate-500" href="/profiles/random">
<div class="hidden flex-row items-center gap-2 lg:flex">
<ArrowPath class="size-4 text-gray-500" />
Surprise me
</div>
</a>

<NavSearch />
</div>
</div>
Expand Down

0 comments on commit 63b283f

Please sign in to comment.