Skip to content

Commit

Permalink
style: add footer style.
Browse files Browse the repository at this point in the history
  • Loading branch information
hanbings authored and yunwei37 committed Sep 11, 2023
1 parent 230b901 commit 69f4f14
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/pages/repository.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,13 @@ export default function RepositoryPage() {
}
</div>
</div>
<div className="bg-white">
<div className="flex flex-col justify-center items-center p-8 m-8">
<p>Powered By eBPF Hub</p>
<p>Open Source On <a className="text-blue-400"
href="https://github.com/linuxkerneltravel/ebpfs"> Github </a></p>
</div>
</div>
</main>
)
}
7 changes: 7 additions & 0 deletions src/pages/search.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,13 @@ export default function Search() {
</div>
}
</div>
<div className="bg-white">
<div className="flex flex-col justify-center items-center p-8 m-8">
<p>Powered By eBPF Hub</p>
<p>Open Source On <a className="text-blue-400"
href="https://github.com/linuxkerneltravel/ebpfs"> Github </a></p>
</div>
</div>
</main>
)
}

0 comments on commit 69f4f14

Please sign in to comment.