feat(list): add header component
This commit is contained in:
parent
74af3655c6
commit
695ce40eca
5 changed files with 54 additions and 14 deletions
|
@ -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">
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue