We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0f2f7e8 commit 8ed4db7Copy full SHA for 8ed4db7
1 file changed
scripts/section-transitions/contact.ts
@@ -45,8 +45,8 @@ function hideLines() {
45
}
46
47
function showLines() {
48
- if (!projectsSection) throw "no about section"
49
- projectsSection.style.visibility = "visible"
+ if (!contactSection) throw "no contact section"
+ contactSection.style.visibility = "visible"
50
51
words.forEach((word) => {
52
word.style.visibility = "visible"
0 commit comments