Skip to content

Commit

Permalink
Updates files
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Mar 21, 2024
1 parent 3de69fa commit 56067cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/App.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
.border {
width: 80%;
margin: 20px auto; /*Centre les div dans la page*/
background-color: #cccccc;
background-color: #dcdcdc;
border-radius: 50px;
}

Expand Down
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import reactLogo from './assets/react.svg'
import imagePath from './assets/levetica.svg'
import imagePathWhite from '../src/assets/lvtcw.png'
import ang_react from '../src/assets/images/ang_react.png'
import loading from '../src/assets/images/loading.gif'
import dev from '../src/assets/images/dev.png'
Expand All @@ -13,7 +13,7 @@ function Text() {
<br />
<div className='center'>
<a href="https://levetica.vercel.app" rel="noopener" target="_blank">
<img src={imagePath} height="100" width="100" className="logo" alt="Levetica" />
<img src={imagePathWhite} height="100" width="100" className="logo" alt="Levetica" />
</a>
<a href="https://react.dev" rel="noopener" target="_blank">
<img src={reactLogo} height="100" width="100" className="logo" alt="React" />
Expand Down

0 comments on commit 56067cb

Please sign in to comment.