Skip to content
This repository was archived by the owner on Mar 14, 2025. It is now read-only.

Commit 591d3bc

Browse files
committed
fix: update email address and modify social media links in Welcome component
1 parent 4c39c73 commit 591d3bc

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

frontend/src/pages/Welcome/Welcome.jsx

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ function Welcome() {
351351
textDecoration: 'none',
352352
}}
353353
>
354-
info@hust.edu.vn
354+
captainnemot1k60@gmail.com
355355
</a>
356356
</Typography>
357357
</Grid>
@@ -369,28 +369,28 @@ function Welcome() {
369369
padding: '10px 0',
370370
}}
371371
>
372-
<IconButton
373-
href="https://facebook.com"
372+
{/* <IconButton
373+
href="https://facebook.com/hantbka"
374374
target="_blank"
375375
sx={{
376376
color: isDarkMode ? '#e0e0e0' : '#333333',
377377
'&:hover': { color: '#3b5998' },
378378
}}
379379
>
380380
<FacebookIcon />
381-
</IconButton>
382-
<IconButton
383-
href="https://twitter.com"
381+
</IconButton> */}
382+
{/* <IconButton
383+
href="https://twitter.com/hantbka"
384384
target="_blank"
385385
sx={{
386386
color: isDarkMode ? '#e0e0e0' : '#333333',
387387
'&:hover': { color: '#1DA1F2' },
388388
}}
389389
>
390390
<TwitterIcon />
391-
</IconButton>
391+
</IconButton> */}
392392
<IconButton
393-
href="https://linkedin.com"
393+
href="https://linkedin.com/hantbk"
394394
target="_blank"
395395
sx={{
396396
color: isDarkMode ? '#e0e0e0' : '#333333',
@@ -419,7 +419,7 @@ function Welcome() {
419419
fontSize: '0.9rem',
420420
}}
421421
>
422-
&copy; 2024 TaskFlow. All rights reserved.
422+
Copyright &copy; 2024 TaskFlow. All rights reserved.
423423
</Typography>
424424
</Grid>
425425
</Grid>

0 commit comments

Comments
 (0)