mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-06-22 04:11:32 +10:00
fix: wordmark causing page refresh
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="hidden lg:flex bg-zinc-950 flex-row px-12 xl:px-48 py-5">
|
<div class="hidden lg:flex bg-zinc-950 flex-row px-12 xl:px-48 py-5">
|
||||||
<div class="grow inline-flex items-center gap-x-20">
|
<div class="grow inline-flex items-center gap-x-20">
|
||||||
<NuxtLink to="/">
|
<NuxtLink to="/store">
|
||||||
<Wordmark class="h-8" />
|
<Wordmark class="h-8" />
|
||||||
</NuxtLink>
|
</NuxtLink>
|
||||||
<nav class="inline-flex items-center">
|
<nav class="inline-flex items-center">
|
||||||
|
|||||||
Reference in New Issue
Block a user