Skip to content

Commit

Permalink
chore: revert app.svelte
Browse files Browse the repository at this point in the history
  • Loading branch information
VmMad committed Apr 25, 2024
1 parent eef421c commit c4995bb
Showing 1 changed file with 1 addition and 19 deletions.
20 changes: 1 addition & 19 deletions src/App.svelte
Original file line number Diff line number Diff line change
@@ -1,24 +1,6 @@
<script lang="ts">
import { HighlightCardVariant, HighlightCard, IconEnum, MediaType } from '$components'
import type { ComponentProps } from 'svelte'
const props: ComponentProps<HighlightCard> = {
title: 'Send IOTA Tokens with Javascript',
overline: 'Overline',
subtitle: 'Subtitle',
icon: IconEnum.Atom,
variant: HighlightCardVariant.Hover,
backgroundMedia: {
src: 'https://files.iota.org/media/ui-kit/cards/black/compressed/IOTA_card_black_6.mp4',
type: MediaType.Video,
},
description:
'Allowing the EVM chain to communicate outside of the chain and interact, through the IOTA/Shimmer layer, with other chains and even non-EVM chain smart contracts',
}
</script>

<main>
<section class="container">
<HighlightCard {...props} />
</section>
<h1>Vite + Svelte + TS</h1>
</main>

0 comments on commit c4995bb

Please sign in to comment.