Skip to content

Commit 33f8618

Browse files
committed
🔍 update repo link to be descriptive
1 parent d137400 commit 33f8618

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

src/components/commands/HeroSection.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ const HeroSection: React.FC = () => {
4848
<div>Welcome to my terminal portfolio. (Version 1.0.0)</div>
4949
<Seperator>----</Seperator>
5050
<div>
51-
This project's repo link can be seen{" "}
51+
This project's source code can be seen in this project's{" "}
5252
<Link href="https://github.com/satnaing/terminal-portfolio">
53-
here
53+
GitHub repo
5454
</Link>
5555
.
5656
</div>

src/components/styles/HeroSection.styled.tsx

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,8 @@ export const Cmd = styled.span`
5555
export const Link = styled.a`
5656
color: ${({ theme }) => theme.colors.secondary};
5757
text-decoration: none;
58+
line-height: 1.5rem;
59+
white-space: nowrap;
5860
border-bottom: 2px dashed ${({ theme }) => theme.colors.secondary};
5961
6062
&:hover {

0 commit comments

Comments
 (0)