Skip to content

Commit

Permalink
Refactor: Show alert message on search
Browse files Browse the repository at this point in the history
  • Loading branch information
Quintenps committed Feb 7, 2024
1 parent 0e51d08 commit 206ac77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<img src="/oo-logo-v2.jpg" alt="OnlyOnce BV Logo">
<h2>Connecting world's top agilists with your business needs</h2>
</div>
<form disabled>
<form onsubmit="alert(`Please note that this is a demo environment, and no real searches are conducted. This platform is for demonstration purposes only.`)">
<div id="input">
<svg id="searchIcon" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"
fill="none" stroke="#888" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
Expand Down

0 comments on commit 206ac77

Please sign in to comment.