Skip to content

Commit

Permalink
Fix variables
Browse files Browse the repository at this point in the history
  • Loading branch information
AlbertMarashi committed Jul 16, 2024
1 parent 0da60d0 commit 93e391f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/routes/api/og/Card.svelte
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<script lang="ts">
import LogoEdge from "$lib/icons/LogoEdge.svelte"
import Settlement from "$lib/icons/Settlement.svelte"
import "../../../variables.css"
import "../../variables.css"
export let title: string
export const description: string | null = null
Expand Down

0 comments on commit 93e391f

Please sign in to comment.