Skip to content

Commit

Permalink
Update file
Browse files Browse the repository at this point in the history
  • Loading branch information
mpcgt committed Feb 21, 2024
1 parent f590abe commit 7f18258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ function Text() {
<div>
<br />
<div className='center'>
<a href="https://levetica.vercel.app" target="_blank">
<a href="https://levetica.vercel.app" rel="noopener" target="_blank">
<img src={imagePath} height="100" width="100" className="logo" alt="Levetica" />
</a>
<a href="https://react.dev" target="_blank">
<a href="https://react.dev" rel="noopener" target="_blank">
<img src={reactLogo} height="100" width="100" className="logo" alt="React" />
</a>
</div>
Expand Down

0 comments on commit 7f18258

Please sign in to comment.