Skip to content

Commit 5c3613e

Browse files
saiyam1814claude
andcommitted
Fix YouTube subscribe button icon on workshops page
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent b448640 commit 5c3613e

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

app/workshops/page.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,9 @@ export default function Workshops() {
115115
className="btn-primary px-8 py-4 rounded-xl text-base inline-flex items-center gap-2"
116116
>
117117
<span>Subscribe on YouTube</span>
118-
<svg className="w-5 h-5" fill="currentColor" viewBox="0 0 24 24">
119-
<path d="M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814z" />
118+
<svg className="w-5 h-5" viewBox="0 0 24 24" fill="none">
119+
<path d="M23.498 6.186a3.016 3.016 0 00-2.122-2.136C19.505 3.545 12 3.545 12 3.545s-7.505 0-9.377.505A3.017 3.017 0 00.502 6.186C0 8.07 0 12 0 12s0 3.93.502 5.814a3.016 3.016 0 002.122 2.136c1.871.505 9.376.505 9.376.505s7.505 0 9.377-.505a3.015 3.015 0 002.122-2.136C24 15.93 24 12 24 12s0-3.93-.502-5.814z" fill="#FF0000"/>
120+
<path d="M9.545 15.568V8.432L15.818 12l-6.273 3.568z" fill="#fff"/>
120121
</svg>
121122
</a>
122123
</FadeIn>

0 commit comments

Comments
 (0)