Skip to content

Commit 8ed4db7

Browse files
committed
jazz
1 parent 0f2f7e8 commit 8ed4db7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/section-transitions/contact.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ function hideLines() {
4545
}
4646

4747
function showLines() {
48-
if (!projectsSection) throw "no about section"
49-
projectsSection.style.visibility = "visible"
48+
if (!contactSection) throw "no contact section"
49+
contactSection.style.visibility = "visible"
5050

5151
words.forEach((word) => {
5252
word.style.visibility = "visible"

0 commit comments

Comments
 (0)