Skip to content

Commit

Permalink
renamed the url a bit for a case study
Browse files Browse the repository at this point in the history
  • Loading branch information
ddavevo committed Nov 7, 2024
1 parent 08be3d9 commit d3b53ee
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion case-studies/aromacovery.html
Original file line number Diff line number Diff line change
Expand Up @@ -679,7 +679,7 @@ <h3>Knowing how to pivot</h3>
</section>

<div class="hmw-wrap" id="next-case-study">
<a href="designlab.html">
<a href="d#35EiNgH1Ab.html">
<p class="subtitle">Check out another case study!</p>
<h2><u>UCSD Design Lab</u></h2>
</a>
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions case-studies/locked.html
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ <h2>Confidential check 🔒</h2>
function checkPassword(event) {
event.preventDefault();
if (typedPassword.value === "brain") {
window.location.href = '../case-studies/designlab.html';
window.location.href = '../case-studies/d#35EiNgH1Ab.html';
} else {
alert("Incorrect password");
alert("Incorrect password.");
}
}
</script>
Expand Down

0 comments on commit d3b53ee

Please sign in to comment.