Skip to content

Commit

Permalink
Link support page in database overview
Browse files Browse the repository at this point in the history
  • Loading branch information
sofiaritz committed Dec 11, 2023
1 parent ed9d2dc commit 40b90f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/routes/DatabaseOverview.svelte
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<script lang="ts">
import DatabasePagesHeader from "../lib/components/database/DatabasePagesHeader.svelte"
import { Link } from "svelte-routing"
export let entity: string
export let slug: string
Expand All @@ -22,8 +23,7 @@
<span class="mt-1 block text-gray-500 dark:text-gray-400"
>Contact the instance owner for support</span
>
<a class="mt-1 block" href="https://git.sofiaritz.com/sofia/wip">ayb.host/support</a
>
<Link class="mt-1 block" to="/docs/support">aybWeb/support</Link>
</div>
</div>
<div class="flex gap-6">
Expand Down

0 comments on commit 40b90f2

Please sign in to comment.