Skip to content

Commit

Permalink
index page, add category
Browse files Browse the repository at this point in the history
  • Loading branch information
Psypher1 committed Dec 28, 2023
1 parent cba4f64 commit e24a256
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/pages/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,17 @@ export default function Home({ languagePathsDirs }) {
</Link>
</div>
</div>
{/* Central Semitiv */}
<div className="py-4 px-6 shadow shadow-gray-400">
<h3 className="mb-1">Central Semitic</h3>
<div className="space-y-3 text-center">
<Link href="/">
<p className="block rounded border border-gray-500 py-2 px-10 text-gray-400">
Arabic
</p>
</Link>
</div>
</div>
{/* Italic */}
<div className=" py-4 px-6 shadow shadow-gray-400">
<h3 className="mb-1 ">Italic/Latin</h3>
Expand Down

0 comments on commit e24a256

Please sign in to comment.