diff --git a/public/images/blue-wave.png b/public/images/blue-wave.png
deleted file mode 100644
index c33f314..0000000
Binary files a/public/images/blue-wave.png and /dev/null differ
diff --git a/src/components/Nav.jsx b/src/components/Nav.jsx
index b2e40a1..0050c1b 100644
--- a/src/components/Nav.jsx
+++ b/src/components/Nav.jsx
@@ -21,7 +21,6 @@ import Image from 'next/image'
import Link from 'next/link'
import React, { useState } from 'react'
-import blueWaveLine from '../../public/images/blue-wave.png'
import orcasoundlogo from '../../public/images/orcasoundlogo_2.png'
import useIsMobile from '../utils/useIsMobile'
@@ -187,6 +186,10 @@ function Desktop() {
color: 'white',
display: 'block',
textTransform: 'none',
+ '&:hover': {
+ textDecoration: '3px rgba(0, 139, 223, 1) wavy underline',
+ textUnderlineOffset: '7px',
+ },
}}
>
@@ -201,17 +204,6 @@ function Desktop() {
-
-
-
))}