Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions apps/marketing/src/components/Nav.astro
Original file line number Diff line number Diff line change
Expand Up @@ -23,11 +23,11 @@ const isWorkspacesActive = currentPath.startsWith('/workspaces/');
>
Docs
</a>
<span class="text-muted-foreground/50">|</span>
<span class="text-muted-foreground/50 hidden sm:inline">|</span>
<a
href="/blog/"
class:list={[
'transition-colors',
'transition-colors hidden sm:inline',
isBlogActive ? 'text-foreground font-medium' : 'text-muted-foreground hover:text-foreground',
]}
>
Expand Down
Loading