Skip to content

Commit

Permalink
feat: 🚧 hide share button
Browse files Browse the repository at this point in the history
  • Loading branch information
odracirdev committed Oct 27, 2024
1 parent 291bec6 commit 59e7706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Cards/DialogMenu.astro
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ import { Icon } from 'astro-icon/components';
const buttons = [
{ id: 'close-dialog', text: 'Cerrar', icon: 'close' },
{ id: 'download-card', text: 'Descargar', icon: 'download' },
{ id: 'share-card', text: 'Compartir', icon: 'share' }
{ id: 'download-card', text: 'Descargar', icon: 'download' }
// { id: 'share-card', text: 'Compartir', icon: 'share' }
];
---

Expand Down

0 comments on commit 59e7706

Please sign in to comment.