Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update omnibar with link to Tuxmas page #1194

Merged
merged 1 commit into from
Nov 16, 2023
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
11 changes: 3 additions & 8 deletions layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,15 @@
<div class="min-h-screen flex flex-col">
<sys-omnibar>
<template #global>
<a
href="https://system76.com/specials"
target="_blank"
>
Specials
</a>
<span :class="$style.hidden" />
</template>

<template #copy>
<a
href="https://system76.com/desktops"
href="https://system76.com/specials"
target="_blank"
>
Computers Engineered to Unleash Your Potential
Tuxmas holiday deals are here! Shop Now!
</a>
</template>

Expand Down
Loading