Skip to content

Commit

Permalink
Changed the image path
Browse files Browse the repository at this point in the history
  • Loading branch information
yeshuadcosta committed Nov 2, 2024
1 parent 836b7d7 commit 4b37275
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h1>MORSINATOR1000</h1>
<textarea id="textInput">Hello World!</textarea>
</div>

<img src="assets/images/smart_display_FILL0_wght400_GRAD0_opsz24.svg" id="button" draggable="false" />
<img src="images/smart_display_FILL0_wght400_GRAD0_opsz24.svg" id="button" draggable="false" />

<!--Multi-Line Output-->
<div id="box2">
Expand Down
1 change: 1 addition & 0 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,7 @@ h1 {
font-optical-sizing: auto;
font-weight: 700;
font-style: normal;
font-size: 1.5em;
font-variation-settings:
"wdth" 100;
}
Expand Down

0 comments on commit 4b37275

Please sign in to comment.