feat: add CCG26 Telegram link across all pages
Updated all "Coming Soon" placeholders with the actual CCG26 Telegram group link (https://t.me/+n5V_wDVKWrk1ZTBh) on: - /directions (button and footer) - /success (footer) - /register (two footers) - /about (footer) - /gallery (footer) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
61027b5cfb
commit
f8bb379a0f
|
|
@ -263,7 +263,14 @@ export default function AboutPage() {
|
|||
<h3 className="font-semibold mb-4 text-sm">Community</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<span className="text-muted-foreground">Join the CCG26 Telegram (Coming Soon)</span>
|
||||
<Link
|
||||
href="https://t.me/+n5V_wDVKWrk1ZTBh"
|
||||
className="text-muted-foreground hover:text-foreground transition-colors"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Join the CCG26 Telegram
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
|
|
|
|||
|
|
@ -235,7 +235,7 @@ export default function DirectionsPage() {
|
|||
</Button>
|
||||
<Button asChild variant="outline">
|
||||
<a
|
||||
href="https://t.me/+1234567890"
|
||||
href="https://t.me/+n5V_wDVKWrk1ZTBh"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="inline-flex items-center gap-2"
|
||||
|
|
@ -288,7 +288,14 @@ export default function DirectionsPage() {
|
|||
<h3 className="font-bold mb-4">Community</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<span className="text-muted-foreground">Join the CCG26 Telegram (Coming Soon)</span>
|
||||
<a
|
||||
href="https://t.me/+n5V_wDVKWrk1ZTBh"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
className="text-muted-foreground hover:text-primary transition-colors"
|
||||
>
|
||||
Join the CCG26 Telegram
|
||||
</a>
|
||||
</li>
|
||||
<li>
|
||||
<a
|
||||
|
|
|
|||
|
|
@ -174,7 +174,14 @@ export default function GalleryPage() {
|
|||
<h3 className="font-semibold mb-4 text-sm">Community</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<span className="text-muted-foreground">Join the CCG26 Telegram (Coming Soon)</span>
|
||||
<Link
|
||||
href="https://t.me/+n5V_wDVKWrk1ZTBh"
|
||||
className="text-muted-foreground hover:text-foreground transition-colors"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Join the CCG26 Telegram
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
|
|
|
|||
|
|
@ -273,7 +273,14 @@ export default function RegisterPage() {
|
|||
<h3 className="font-semibold mb-4 text-sm">Community</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<span className="text-muted-foreground">Join the CCG26 Telegram (Coming Soon)</span>
|
||||
<Link
|
||||
href="https://t.me/+n5V_wDVKWrk1ZTBh"
|
||||
className="text-muted-foreground hover:text-foreground transition-colors"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Join the CCG26 Telegram
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
|
|
@ -570,7 +577,14 @@ export default function RegisterPage() {
|
|||
<h3 className="font-semibold mb-4 text-sm">Community</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<span className="text-muted-foreground">Join the CCG26 Telegram (Coming Soon)</span>
|
||||
<Link
|
||||
href="https://t.me/+n5V_wDVKWrk1ZTBh"
|
||||
className="text-muted-foreground hover:text-foreground transition-colors"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Join the CCG26 Telegram
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
|
|
|
|||
|
|
@ -82,7 +82,14 @@ export default function SuccessPage() {
|
|||
<h3 className="font-semibold mb-4 text-sm">Community</h3>
|
||||
<ul className="space-y-2 text-sm">
|
||||
<li>
|
||||
<span className="text-muted-foreground">Join the CCG26 Telegram (Coming Soon)</span>
|
||||
<Link
|
||||
href="https://t.me/+n5V_wDVKWrk1ZTBh"
|
||||
className="text-muted-foreground hover:text-foreground transition-colors"
|
||||
target="_blank"
|
||||
rel="noopener noreferrer"
|
||||
>
|
||||
Join the CCG26 Telegram
|
||||
</Link>
|
||||
</li>
|
||||
<li>
|
||||
<Link
|
||||
|
|
|
|||
Loading…
Reference in New Issue