Skip to content

Commit

Permalink
add logo
Browse files Browse the repository at this point in the history
  • Loading branch information
dreamz12345 committed Jun 15, 2024
1 parent f1fd5e6 commit 3d53e7c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion portfolio/public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<link rel="icon" href="./../src/Assets/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app"/>
Expand Down
4 changes: 2 additions & 2 deletions portfolio/src/Pages/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ const Home = () => {
<div className="projectsLinkTextDivLeft">
<div className="helloText">
<span className="softDev">Hello, I'm</span>
<span className="myName">Łukasz Spychała!! </span>
<span className="softDev">I'm aspiring </span>
<span className="myName">Łukasz Spychała</span>
<span className="softDev">I'm aspiring</span>
<span className="helloIm">Software Developer</span>
<span className="softDev">Click here to learn </span>
<span className="softDev">more about me.</span>
Expand Down

0 comments on commit 3d53e7c

Please sign in to comment.