Skip to content

Commit 4ca9fa4

Browse files
author
n3kosempai
committed
some fixes in update and about me
1 parent 682a26f commit 4ca9fa4

7 files changed

Lines changed: 1116 additions & 1151 deletions

File tree

src/components/AboutModal.tsx

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -141,17 +141,14 @@ export const AboutModal = ({ open, onClose }: AboutModalProps) => {
141141
{t("about.createdBy")}
142142
</Typography>
143143

144-
<Typography variant="h5" sx={{ mb: 2, fontWeight: "bold" }}>
145-
Alvaro M
146-
</Typography>
147-
148144
<Box
149145
component="button"
150146
onClick={() => handleOpenLink("https://alvaromweb3.com/")}
151147
sx={{
152148
color: "primary.main",
153149
textDecoration: "none",
154-
fontSize: "1.1rem",
150+
fontSize: "1.5rem",
151+
fontWeight: "bold",
155152
"&:hover": { textDecoration: "underline" },
156153
mb: 3,
157154
cursor: "pointer",
@@ -166,7 +163,7 @@ export const AboutModal = ({ open, onClose }: AboutModalProps) => {
166163
"&:active": { boxShadow: "none" },
167164
}}
168165
>
169-
@nekosempai
166+
@N3koSempai
170167
</Box>
171168

172169
{/* Availability Status */}

0 commit comments

Comments
 (0)