Skip to content

Commit

Permalink
chore: update template svelte widget;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Feb 8, 2023
1 parent 6b36920 commit fc87ef2
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ COMPONENT JS (w/ TS)

<script lang="ts">
import profile_avatar from './assets/profile-avatar.svg';
// ~~~~~~~~~~~~~~~~~~~~~
// COMPONENT VARIABLES
// ~~~~~~~~~~~~~~~~~~~~~
Expand All @@ -30,6 +32,12 @@ COMPONENT HTML

<!-- HTML GOES HERE -->

<img
src={profile_avatar}
alt='Profile Avatar Icon'
title='Profile Avatar Icon'
/>

<!-- ===============
COMPONENT STYLE
=================-->
Expand Down

0 comments on commit fc87ef2

Please sign in to comment.