Skip to content

Commit

Permalink
add home link
Browse files Browse the repository at this point in the history
  • Loading branch information
ichiro-ss committed Apr 16, 2024
1 parent 63e730e commit 7454723
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,10 @@ export const Header = () => {
<header className="header">
<div className="bg-white border-gray-200 px-4 lg:px-6 py-2.5 dark:bg-gray-800">
<div className="flex flex-wrap justify-between items-center mx-auto max-w-screen-xl">
<Link className="flex items-center self-center text-xl font-semibold whitespace-nowrap dark:text-white">
<Link
to="/"
className="flex items-center self-center text-xl font-semibold whitespace-nowrap dark:text-white"
>
Share Papers
</Link>
<div className="flex items-center lg:order-2">
Expand Down

0 comments on commit 7454723

Please sign in to comment.