Skip to content

Commit

Permalink
unused files deleted, image urls fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmetemrekilinc committed Aug 30, 2024
1 parent 793ea69 commit a027c36
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 25 deletions.
8 changes: 4 additions & 4 deletions src/HeaderInfo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@ const HeaderInfo = () => {
<>
<div className={'logo-div'}>
<a href={'https://www.npmjs.com/package/react-curved-text'} target="_blank" rel="noreferrer">
<img src={import.meta.env.BASE_URL + '/logo.png'} alt="logo" />
<img src={import.meta.env.BASE_URL + 'logo.png'} alt="logo" />
</a>
</div>
<div className={'header-div'}>
<span className={'githubIcon'} title="View on GitHub">
<a href={'https://github.com/obss/react-curved-text'} target="_blank" rel="noreferrer">
<img src={import.meta.env.BASE_URL + '/github.png'} alt="github_icon" />
<img src={import.meta.env.BASE_URL + 'github.png'} alt="github_icon" />
</a>
</span>
<span className={'npmIcon'} title="View on npmjs">
<a href={'https://www.npmjs.com/package/react-curved-text'} target="_blank" rel="noreferrer">
<img src={import.meta.env.BASE_URL + '/npm.png'} alt="npm_icon" />
<img src={import.meta.env.BASE_URL + 'npm.png'} alt="npm_icon" />
</a>
</span>
<span className={'versionInfo'} title="Current Version">
Expand All @@ -27,7 +27,7 @@ const HeaderInfo = () => {
</div>
<div className={'obssTriangle'}>
<a className={'triangleIcon'} href={'https://obss.tech/'} target={'_blank'} rel="noreferrer">
<img width={50} height={50} src={import.meta.env.BASE_URL + '/obss.png'} alt={'obss'} />
<img width={50} height={50} src={import.meta.env.BASE_URL + 'obss.png'} alt={'obss'} />
</a>
</div>
</>
Expand Down
21 changes: 0 additions & 21 deletions src/MyComponent.jsx

This file was deleted.

0 comments on commit a027c36

Please sign in to comment.