Skip to content

Commit

Permalink
fix: send to lat long for api locations
Browse files Browse the repository at this point in the history
  • Loading branch information
mahyarmirrashed committed Dec 17, 2024
1 parent 33293fa commit 8ea44cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data/university-of-waterloo.svelte.ts
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export const locations = $state<Space[]>([
hours,
metadata: {
amenities: ["WiFi", "Outlets"],
link: "",
link: `https://google.com/maps?q=${lat},${lng}`,
},
};
},
Expand Down

0 comments on commit 8ea44cd

Please sign in to comment.