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

Commit 607daf7

Browse files
committed
fix: update LinkedIn URL in Welcome component
1 parent 591d3bc commit 607daf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/pages/Welcome/Welcome.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,7 @@ function Welcome() {
390390
<TwitterIcon />
391391
</IconButton> */}
392392
<IconButton
393-
href="https://linkedin.com/hantbk"
393+
href="www.linkedin.com/in/hantbk"
394394
target="_blank"
395395
sx={{
396396
color: isDarkMode ? '#e0e0e0' : '#333333',

0 commit comments

Comments
 (0)