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
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