mirror of
https://github.com/NeonGamerBot-QK/saahild.com.git
synced 2025-04-02 17:44:13 +00:00
enhancement(lint): Fix lint errors for src/components/footer/index.tsx
Co-authored-by: NeonGamerBot-QK <saahilattud@gmail.com> Signed-off-by: zeon-neon[bot] <136533918+zeon-neon[bot]@users.noreply.github.com>
This commit is contained in:
parent
6a5d7b1846
commit
f44f036d24
1 changed files with 9 additions and 4 deletions
|
@ -86,10 +86,15 @@ export default function Footer() {
|
||||||
<p>
|
<p>
|
||||||
Designed by <span className="text-highlight">Saahil</span>
|
Designed by <span className="text-highlight">Saahil</span>
|
||||||
</p>
|
</p>
|
||||||
<iframe src="https://webring.phthallo.com/api/widgets/1?format=image&style=margin-right:10px" width={360} height={80} style={{
|
<iframe
|
||||||
paddingTop: "15px",
|
src="https://webring.phthallo.com/api/widgets/1?format=image&style=margin-right:10px"
|
||||||
marginRight: "-35px"
|
width={360}
|
||||||
}} />
|
height={80}
|
||||||
|
style={{
|
||||||
|
paddingTop: "15px",
|
||||||
|
marginRight: "-35px",
|
||||||
|
}}
|
||||||
|
/>
|
||||||
<a href="https://ctp-webr.ing/neon/previous" className="font-bold">
|
<a href="https://ctp-webr.ing/neon/previous" className="font-bold">
|
||||||
←
|
←
|
||||||
</a>
|
</a>
|
||||||
|
|
Loading…
Add table
Reference in a new issue