Skip to content

Commit

Permalink
removed the link from footer and support (#159)
Browse files Browse the repository at this point in the history
  • Loading branch information
subhro1530 authored Oct 26, 2024
1 parent 7e5bd01 commit 07ac772
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 14 deletions.
4 changes: 0 additions & 4 deletions components/FooterSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ export default function Footer() {
<SocialIcons />

<div className="flex gap-2 my-2 justify-center items-center">
<a href="https://www.nihbuatjajan.com/mazipan" target="_blank" rel="noreferrer noopener">
<img loading="lazy" height={30} width={110} src="https://d4xyvrfd64gfm.cloudfront.net/buttons/default-cta.png" alt="Nih buat jajan" style={{ border: '0px' }} />
</a>

<a href="https://trakteer.id/mazipan" target="_blank" rel="noreferrer noopener">
<img loading="lazy" height={30} width={100} id="wse-buttons-preview" src="https://cdn.trakteer.id/images/embed/trbtn-red-1.png" style={{ border: '0px' }} alt="Trakteer Saya" />
</a>
Expand Down
11 changes: 1 addition & 10 deletions pages/support.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,7 @@ export default function Index () {
<span className="mr-2">๐Ÿ‡ฎ๐Ÿ‡ฉ</span> Trakteer
</a>
</li>
<li>
<span className="mr-2">๐Ÿ‘‰</span>
<a
className="text-red-500 hover:underline pr-2 md:pr-4"
href="https://www.nihbuatjajan.com/mazipan?utm_source=mazipan.space"
rel="nofollow"
>
<span className="mr-2">๐Ÿ‡ฎ๐Ÿ‡ฉ</span> NihBuatJajan
</a>
</li>

<li>
<span className="mr-2">๐Ÿ‘‰</span>
<a
Expand Down

1 comment on commit 07ac772

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

๐Ÿ“ฑ Mobile Device

Page: https://www.mazipan.space/

Perf Core Web Vitals Timings Resources
FID LCP CLS FCP FCI TBT TTI SI Resources Count Resources Size
๐ŸŸ  66/100 0ms 2,904ms 0.001 2,442ms 0ms 1,466ms 7,711ms 2,442ms 36ms 446kB

๐Ÿ’ป Desktop Device

Page: https://www.mazipan.space/

Perf Core Web Vitals Timings Resources
FID LCP CLS FCP FCI TBT TTI SI Resources Count Resources Size
๐ŸŸข 99/100 0ms 873ms 0.000 649ms 0ms 20ms 873ms 711ms 37ms 517kB

๐Ÿ‘‹ Generated by psi-github-action

๐Ÿ“– Learn about the abbreviation

Please sign in to comment.