Skip to content

Commit

Permalink
add source link
Browse files Browse the repository at this point in the history
  • Loading branch information
appleicat committed Feb 7, 2024
1 parent 87db9d6 commit b656f42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/pages/_page.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,14 @@ export default function Page() {
{data && <section ref={ref} className="grid p-[1.5rem]" />}
{!data && (
<section className="p-[1.5rem] grid grid-flow-row-dense w-full h-full">
<div>QRcode</div>
<header className="flex justify-between">
<a
href="https://github.com/appleicat/qrc"
className="px-[0.33rem] aspect-square h-fit underline underline-offset-[0.15rem] transition hover:bg-black hover:text-white"
>
QRc
</a>
</header>
<div className="grid grid-flow-row-dense w-full h-full items-end">
<div>version</div>
<div className="grid grid-cols-10 w-full h-full">
Expand Down

0 comments on commit b656f42

Please sign in to comment.