Skip to content

Commit

Permalink
added missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
Bullrich committed Jun 21, 2024
1 parent 226f22a commit 11d68d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/lib/components/Card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { PUBLIC_DEMO_MODE } from "$env/static/public";
import { testnet } from "$lib/utils/stores";
export let title;
export let title: string;
</script>

<div class="card md:w-2/4 w-5/6 min-w-full shadow-xl faucet-card">
Expand Down

0 comments on commit 11d68d7

Please sign in to comment.