Skip to content

Commit

Permalink
Use class instead of attr
Browse files Browse the repository at this point in the history
  • Loading branch information
raducristianpopa committed Aug 5, 2024
1 parent 7178c22 commit 26dee2d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/play.astro
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ changeLanguage('en')
required
/>
</div>
<button full-width type='submit'>Add monetization link</button>
<button class="full-width" type='submit'>Add monetization link</button>
</form>
</div>
<div id='link-events'></div>
Expand Down Expand Up @@ -147,7 +147,7 @@ changeLanguage('en')
border: 1px solid transparent;
font-weight: 600;

&[full-width] {
&.full-width {
width: 100%;
}

Expand Down

0 comments on commit 26dee2d

Please sign in to comment.