Change router links for documentation.

This commit is contained in:
PascalMarchesseault
2024-10-11 12:12:48 -04:00
parent 648507b860
commit e02699b541
12 changed files with 124 additions and 68 deletions

View File

@@ -1,7 +1,6 @@
<template>
<div class="relative pb-10">
<img src="/images/hutopymedia/tospage/headerbackground.png" class="mx-auto block max-w-[1000px] shadow-2xl rounded-none md:rounded-2xl" alt="">
<h1 class="h1-tos py-10 absolute inset-0 flex items-center justify-center text-white uppercase">FAQ</h1>
<div>
<h1 class="h1-tos py-10 flex items-center justify-center uppercase">FAQ</h1>
</div>
<div class="mx-auto max-w-[1000px] px-4">
@@ -89,3 +88,5 @@
@apply m-2 text-red-500 my-4;
}
</style>
<script setup lang="ts">
</script>