Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
C-NikhilKarthik committed Nov 16, 2023
1 parent 9f073ed commit fec1789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Archive.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function Archive() {
<h2 className="whitespace-nowrap flex items-center text-[clamp(40px,8vw,72px)] font-semibold">
Archive
</h2>
<h3 className="text-[#64ffda] text-lg">List of things I've worked on</h3>
<h3 className="text-[#64ffda] text-lg">List of things I&apos;ve worked on</h3>
<div className="my-24 w-full">
<table className="table-auto text-sm text-left text-gray-500 dark:text-gray-400">
<thead className="text-gray-700 uppercase dark:text-gray-400">
Expand Down

0 comments on commit fec1789

Please sign in to comment.