mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-05-19 03:55:52 -04:00
fixed UI support button
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
</div>
|
||||
|
||||
<!-- Donation Link Placeholder -->
|
||||
<a href="#" class="support-link donate-link" (click)="onDonateClick($event)">
|
||||
<a href="https://cleanuparr.github.io/cleanuparr/support" class="support-link donate-link" target="_blank" rel="noopener noreferrer">
|
||||
<div class="support-icon donate-icon">
|
||||
<i class="pi pi-heart-fill"></i>
|
||||
</div>
|
||||
|
||||
@@ -17,10 +17,4 @@ import { TagModule } from 'primeng/tag';
|
||||
styleUrl: './support-section.component.scss'
|
||||
})
|
||||
export class SupportSectionComponent {
|
||||
|
||||
onDonateClick(event: Event): void {
|
||||
event.preventDefault();
|
||||
// TODO: Navigate to donation page when implemented
|
||||
console.log('Donation functionality coming soon!');
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user