Skip to content

Commit

Permalink
Update ServiceCard.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeenasour authored Dec 11, 2024
1 parent 6cea18d commit e8b0c92
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions frontend/components/views/ServiceCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,3 @@ function ServiceCard({ service }: ServiceCardProps) {
}

export default ServiceCard;

/*<button
className={styles.buttonClass}
onClick={() => {
window.open(service.url);
}}>
OPEN SERVICE
</button>*/

0 comments on commit e8b0c92

Please sign in to comment.