feat(list): add header component

This commit is contained in:
Kim, Jimin 2025-03-20 20:49:30 +09:00
parent 74af3655c6
commit 695ce40eca
Signed by: pomp
GPG key ID: D3932F82A0667A3B
5 changed files with 54 additions and 14 deletions

View file

@ -43,7 +43,11 @@ const t = useVueTable({
</script>
<template>
<h1 class="text-4xl font-black">pomp's biased and opinionated list of Content creators</h1>
<Header highlight="Content creators" />
<h1 class="text-4xl font-black">
pomp's biased and opinionated list of Content creators
</h1>
<NuxtLink href="/" class="underline">Back</NuxtLink>
<div class="p-2">
<table class="border">

View file

@ -1,9 +1,5 @@
<template>
<h1 class="text-4xl font-black">
pomp's<br />
biased & opinionated<br />
list of
</h1>
<Header highlight="anything" />
<NuxtLink href="/content-creators" class="underline">
Content Creators