Skip to content

Commit

Permalink
Update index.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
ircfspace committed Oct 18, 2024
1 parent f4cbd0f commit 6adb538
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ const Home: NextPage = () => {
<a href="https://scanner.github1.cloud/">اسکنر</a>
</li>
<li className="pull-left">
<a href="https://ircf.space/contacts.php">تماس‌باما</a>
<a href="https://ircf.space/contacts">تماس‌باما</a>
</li>
</ul>
<div className="clearfix"></div>
Expand Down Expand Up @@ -361,14 +361,16 @@ const Home: NextPage = () => {
<a href="https://github.com/kiomarzsss/kscanner" target="_blank">
Kiomarzsss
</a>
, IRCF, VahidFarid, goldSrc
, <a href="https://ircf.space" target="_blank">
IRCF
</a>, VahidFarid, goldSrc
<br />
<span dir="ltr" className={"starBtn"}>
<GitHubButton href="https://github.com/kiomarzsss/kscanner" data-color-scheme="no-preference: light; light: light; dark: dark;" data-icon="octicon-star" data-show-count="true" aria-label="Star kiomarzsss/kscanner on GitHub">Star</GitHubButton>
</span>
<br />
<div className="text-center">
<a href="https://ircf.space/contacts.php" target="_blank" className="btn btn-link btn-normal btn-lg btn-outline donateLink"></a>
<a href="https://ircf.space/contacts" target="_blank" className="btn btn-link btn-normal btn-lg btn-outline donateLink"></a>
</div>
</footer>
</div>
Expand Down

0 comments on commit 6adb538

Please sign in to comment.