Skip to content

Commit

Permalink
Merge pull request #7 from aulianza/fix/adjust-some-stuff
Browse files Browse the repository at this point in the history
fix: adjust some stuff
  • Loading branch information
aulianza authored Aug 31, 2023
2 parents 9073d29 + 7a58b8e commit 6ac23a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/modules/homepage/components/Contact.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const Contact = () => {
>
<EmailIcon size={24} className="text-neutral-800" />
<div className="space-y-3">
<h6 className="font-medium text-lg md:text-xl">Drop Me an Email</h6>
<div className="font-medium text-lg md:text-xl">Drop Me an Email</div>
<div
className="hover:underline text-neutral-800 text-lg md:text-lg"
onClick={() => handleEmailClick("aulianza.dev@gmail.com")}
Expand Down
2 changes: 1 addition & 1 deletion src/modules/homepage/components/Socials.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const Socials = () => {
target={item?.isExternal ? "_blank" : "_self"}
rel="noopener noreferrer"
className={clsx(
"bg-white p-3 rounded-full transition-all duration-300 hover:shadow hover:scale-105",
"bg-white p-3 border rounded-full transition-all duration-300 hover:shadow hover:scale-105",
item?.className,
)}
aria-label={item?.title}
Expand Down

0 comments on commit 6ac23a5

Please sign in to comment.