File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff 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 >
Original file line number Diff line number Diff line change @@ -55,6 +55,8 @@ export const Cmd = styled.span`
5555export 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 {
You can’t perform that action at this time.
0 commit comments