mirror of
https://github.com/DefectingCat/DefectingCat.github.io
synced 2025-07-16 01:01:38 +00:00
Add google fonts
* add title RUA!
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
import cn from 'classnames';
|
||||
import Link from 'next/link';
|
||||
import { FC } from 'react';
|
||||
|
||||
@ -5,7 +6,18 @@ const HeadBar: FC = () => {
|
||||
return (
|
||||
<>
|
||||
<header className="flex justify-between max-w-6xl px-6 py-6 mx-auto">
|
||||
<Link href="/">RUARUARUA</Link>
|
||||
<Link href="/" passHref>
|
||||
<a
|
||||
href=""
|
||||
className={cn(
|
||||
'font-semibold font-Aref-Ruqaa',
|
||||
'text-gray-600 text-3xl tracking-widest',
|
||||
'select-none'
|
||||
)}
|
||||
>
|
||||
RUA!
|
||||
</a>
|
||||
</Link>
|
||||
|
||||
<div></div>
|
||||
</header>
|
||||
|
Reference in New Issue
Block a user