mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix devices heading
This commit is contained in:
parent
1e7c3a266c
commit
a60756d418
1 changed files with 1 additions and 1 deletions
|
|
@ -44,7 +44,7 @@ const kinds = deviceIndex.items.map( device => {
|
||||||
<main class="container py-24">
|
<main class="container py-24">
|
||||||
<div class="flex flex-col">
|
<div class="flex flex-col">
|
||||||
<h1 class="title text-2xl leading-tight mb-6">
|
<h1 class="title text-2xl leading-tight mb-6">
|
||||||
Categories
|
Devices
|
||||||
</h1>
|
</h1>
|
||||||
|
|
||||||
<div class="line-separator border-white border-t-2 mb-12" />
|
<div class="line-separator border-white border-t-2 mb-12" />
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue