Skip to content
This repository has been archived by the owner on May 8, 2024. It is now read-only.

Commit

Permalink
Removed warning when JavaScript was disabled or missing
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianLeChat committed Aug 12, 2023
1 parent d46b785 commit f6c66ab
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions pages/_app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -187,16 +187,6 @@ function Domego( { Component, pageProps }: AppProps )
{/* Google reCAPTCHA */}
{recaptcha && <Script src={recaptchaUrl.href} strategy="lazyOnload" />}

{/* Avertissement page sans JavaScript */}
<noscript>
<h1>Your browser does not support or refuses to load JavaScript.</h1>

<h2>
Click <a href="https://www.whatismybrowser.com/detect/is-javascript-enabled">here</a> to
be redirected to an external site to help you solve this issue.
</h2>
</noscript>

{/* Injection de règles de style CSS */}
<style jsx global>
{`
Expand Down

0 comments on commit f6c66ab

Please sign in to comment.