Skip to content

Commit

Permalink
Merge pull request #1227 from aeternity/feature/fix-index-html
Browse files Browse the repository at this point in the history
fix: strong tag in index.html
  • Loading branch information
davidyuk authored Jul 3, 2023
2 parents 860be5a + 9692dcf commit 5f91df2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@
</head>
<body>
<noscript>
<strong
>We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it
to continue.</strong
>
<strong>
We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it
to continue.
</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
Expand Down

0 comments on commit 5f91df2

Please sign in to comment.