Skip to content

Commit 6ddd172

Browse files
committed
fix: remove outdated project spotlight links from multiple pages
1 parent c903bfc commit 6ddd172

File tree

9 files changed

+1
-72
lines changed

9 files changed

+1
-72
lines changed

README.md

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,5 @@
11
<div align="center">
2-
<a href="https://peerlist.io/aashuu/project/enough-aashuu" target="_blank" rel="noreferrer">
3-
<img
4-
src="https://dqy38fnwh4fqs.cloudfront.net/website/project-spotlight/project-week-rank-one-dark.svg"
5-
alt="enough aashuu"
6-
style="width: auto; height: 64px;"
7-
/>
8-
</a>
2+
93
<img width="1781" height="740" alt="enoughaashuu" src="https://github.com/user-attachments/assets/0951b6fe-d120-4ee5-9429-915f3007f1f1" />
104

115
<h2 align="center"><a href="https://enough.aashuu.tech/"><strong>✦ enough.aashuu.tech ✦</strong></a></h2>

src/app/ai-image-detector/page.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -37,15 +37,6 @@ export default function AIImageDetectorPage() {
3737
</motion.p>
3838

3939
<div className="flex flex-col items-center">
40-
<a
41-
href="https://peerlist.io/aashuu/project/enough-aashuu" target="_blank" rel="noreferrer">
42-
<img
43-
src="https://dqy38fnwh4fqs.cloudfront.net/website/project-spotlight/project-week-rank-one-dark.svg"
44-
alt="enough aashuu"
45-
style={{ width: "auto", height: "64px" }}
46-
className="mb-4"
47-
/>
48-
</a>
4940
</div>
5041
<motion.div
5142
initial={{ opacity: 0, y: 20 }}

src/app/background-remover/page.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ export default function BackgroundRemoverPage() {
3838
</motion.p>
3939

4040
<div className="flex flex-col items-center">
41-
<a href="https://peerlist.io/aashuu/project/enough-aashuu" target="_blank" rel="noreferrer">
42-
<img
43-
src="https://dqy38fnwh4fqs.cloudfront.net/website/project-spotlight/project-week-rank-one-dark.svg"
44-
alt="enough aashuu"
45-
style={{ width: "auto", height: "64px" }}
46-
className="mb-4"
47-
/>
48-
</a>
4941
</div>
5042

5143
<motion.div

src/app/image-remover/page.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,14 +53,6 @@ export default function Home() {
5353
</motion.p>
5454
</div>
5555
<div className="flex flex-col items-center">
56-
<a href="https://peerlist.io/aashuu/project/enough-aashuu" target="_blank" rel="noreferrer">
57-
<img
58-
src="https://dqy38fnwh4fqs.cloudfront.net/website/project-spotlight/project-week-rank-one-dark.svg"
59-
alt="enough aashuu"
60-
style={{ width: "auto", height: "64px" }}
61-
className="mb-4"
62-
/>
63-
</a>
6456
<motion.div
6557
initial={{ opacity: 0, y: 20 }}
6658
animate={{ opacity: 1, y: 0 }}

src/app/page.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -207,13 +207,6 @@ export default function LandingPage() {
207207
transition={{ duration: 0.5, delay: 0.2 }}
208208
className="flex flex-col items-center"
209209
>
210-
<a href="https://peerlist.io/aashuu/project/enough-aashuu" target="_blank" rel="noreferrer">
211-
<img
212-
src="https://dqy38fnwh4fqs.cloudfront.net/website/project-spotlight/project-week-rank-one-dark.svg"
213-
alt="enough aashuu"
214-
style={{ width: "auto", height: "64px" }}
215-
/>
216-
</a>
217210
</motion.div>
218211
</div>
219212

src/app/qr-code-generator/page.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,6 @@ export default function QrCodeGeneratorPage() {
3838
</p>
3939

4040
<div className="flex flex-col items-center">
41-
<a href="https://peerlist.io/aashuu/project/enough-aashuu" target="_blank" rel="noreferrer">
42-
<img
43-
src="https://dqy38fnwh4fqs.cloudfront.net/website/project-spotlight/project-week-rank-one-dark.svg"
44-
alt="enough aashuu"
45-
style={{ width: "auto", height: "64px" }}
46-
className="mb-4"
47-
/>
48-
</a>
4941

5042
<div className="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white/5 border border-white/10 text-sm md:text-base text-gray-300 mb-8">
5143
<span className="relative flex h-2 w-2">

src/app/video-remover/page.tsx

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -56,15 +56,6 @@ export default function VideoRemoverPage() {
5656
</div>
5757

5858
<div className="flex flex-col items-center">
59-
<a
60-
href="https://peerlist.io/aashuu/project/enough-aashuu" target="_blank" rel="noreferrer">
61-
<img
62-
src="https://dqy38fnwh4fqs.cloudfront.net/website/project-spotlight/project-week-rank-one-dark.svg"
63-
alt="enough aashuu"
64-
style={{ width: "auto", height: "64px" }}
65-
className="mb-4"
66-
/>
67-
</a>
6859
<motion.div
6960
initial={{ opacity: 0, y: 20 }}
7061
animate={{ opacity: 1, y: 0 }}

src/corkboard/features/landing/HeroSection.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ export function HeroSection() {
3737
transition={{ duration: 0.5, delay: 0.25 }}
3838
className="flex flex-col items-center"
3939
>
40-
<a href="https://peerlist.io/aashuu/project/enough-aashuu" target="_blank" rel="noreferrer">
41-
<img
42-
src="https://dqy38fnwh4fqs.cloudfront.net/website/project-spotlight/project-week-rank-one-dark.svg"
43-
alt="enough aashuu"
44-
style={{ width: "auto", height: "64px" }}
45-
className="mb-4"
46-
/>
47-
</a>
4840

4941
<div className="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white/5 border border-white/10 text-sm md:text-base text-gray-300 mb-10">
5042
<span className="relative flex h-2 w-2">

src/iconlogo/features/landing/HeroSection.tsx

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,6 @@ export function HeroSection() {
3939
transition={{ duration: 0.5, delay: 0.25 }}
4040
className="flex flex-col items-center"
4141
>
42-
<a href="https://peerlist.io/aashuu/project/enough-aashuu" target="_blank" rel="noreferrer">
43-
<img
44-
src="https://dqy38fnwh4fqs.cloudfront.net/website/project-spotlight/project-week-rank-one-dark.svg"
45-
alt="enough aashuu"
46-
style={{ width: "auto", height: "64px" }}
47-
className="mb-4"
48-
/>
49-
</a>
5042

5143
<div className="inline-flex items-center gap-2 px-4 py-2 rounded-full bg-white/5 border border-white/10 text-sm md:text-base text-gray-300 mb-10">
5244
<span className="relative flex h-2 w-2">

0 commit comments

Comments
 (0)