Skip to content

Commit

Permalink
fix: strong tag in index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
davidyuk authored May 8, 2023
1 parent 860be5a commit 9692dcf
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 9692dcf

Please sign in to comment.