Skip to content

Commit

Permalink
resolve issue (#108)
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-schott authored Dec 9, 2024
1 parent 9957e58 commit 438323f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions frontend/src/routes/[venueSlug]/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
import { sanitisePathElement, extractDomain } from '$lib/uriUtils';
import { constructTimeString } from '$lib/timeUtils';
import { selectedSessions } from '../../stores';
import { onMount } from 'svelte';
interface Props {
data: VenueSlugData;
Expand All @@ -20,7 +19,7 @@
const onShare = async (venueName: string) => {
const shareData = {
title: venueName,
text: 'Check out this jam session',
text: 'Check out the jam sessions at this venue',
url: window.location.href
};
try {
Expand Down

0 comments on commit 438323f

Please sign in to comment.