mirror of
https://github.com/versia-pub/frontend.git
synced 2025-12-06 08:28:20 +01:00
chore: ⚰️ Remove dead code
This commit is contained in:
parent
0c46cb2dc2
commit
28ffa735ca
|
|
@ -76,10 +76,6 @@
|
||||||
<DropdownsAdaptiveDropdown>
|
<DropdownsAdaptiveDropdown>
|
||||||
<template #button>
|
<template #button>
|
||||||
<ButtonsMobileNavbarButton icon="tabler:home" text="Timelines" />
|
<ButtonsMobileNavbarButton icon="tabler:home" text="Timelines" />
|
||||||
<!-- <button class="flex w-full flex-col items-center justify-center p-2 rounded">
|
|
||||||
<iconify-icon icon="tabler:home" class="text-2xl" />
|
|
||||||
<span class="text-xs">Timelines</span>
|
|
||||||
</button> -->
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<template #items>
|
<template #items>
|
||||||
|
|
|
||||||
|
|
@ -12,28 +12,6 @@
|
||||||
<LazyTimelinesTimelineScroller>
|
<LazyTimelinesTimelineScroller>
|
||||||
<LazyTimelinesNotifications />
|
<LazyTimelinesNotifications />
|
||||||
</LazyTimelinesTimelineScroller>
|
</LazyTimelinesTimelineScroller>
|
||||||
<!-- <div class="mt-auto prose prose-invert prose-sm flex flex-col gap-4 px-10 pb-10" v-if="!tokenData">
|
|
||||||
<div class="text-center">
|
|
||||||
<strong
|
|
||||||
class="bg-gradient-to-tr from-primary-300 via-purple-300 to-indigo-400 text-transparent bg-clip-text">Lysand
|
|
||||||
{{ instance?.lysand_version ?? instance?.version }}</strong> • <a
|
|
||||||
href="https://github.com/lysand-org/lysand" target="_blank">Source Code</a>• <a
|
|
||||||
href="https://github.com/lysand-org/lysand/issues" target="_blank">Report an Issue</a>
|
|
||||||
</div>
|
|
||||||
|
|
||||||
|
|
||||||
<NuxtLink href="https://github.com/lysand-org/lysand" target="_blank">
|
|
||||||
<ButtonsSecondary class="w-full">
|
|
||||||
Create your own instance
|
|
||||||
</ButtonsSecondary>
|
|
||||||
</NuxtLink>
|
|
||||||
|
|
||||||
<NuxtLink href="/about/apps">
|
|
||||||
<ButtonsSecondary class="w-full">
|
|
||||||
Mobile Apps
|
|
||||||
</ButtonsSecondary>
|
|
||||||
</NuxtLink>
|
|
||||||
</div> -->
|
|
||||||
</LazySidebarsCollapsibleAside>
|
</LazySidebarsCollapsibleAside>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue