Skip to content

Commit

Permalink
add source code link to bottom of page
Browse files Browse the repository at this point in the history
  • Loading branch information
kimmykokonut committed Jul 12, 2024
1 parent 3fc7972 commit 9808dec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,10 @@ export default function Home() {
<div className="dataCard dateLine border rounded">
<LineGraph applicationData={applicationData} />
</div>

<div><a href="https://github.com/kimmykokonut/job-journey">see source code here</a></div>
</div>


</main>
);
}

0 comments on commit 9808dec

Please sign in to comment.