File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 22import { ref , onMounted } from ' vue' ;
33import { FontAwesomeIcon } from ' @fortawesome/vue-fontawesome' ;
44import { faEnvelope , faLocationDot } from ' @fortawesome/free-solid-svg-icons' ;
5- import logo from ' @geniale/assets/media/logo_flag .svg' ;
5+ import logo from ' @geniale/assets/media/logo_flag2 .svg' ;
66import {
77 faGithub ,
88 faLinkedin ,
Original file line number Diff line number Diff line change @@ -67,7 +67,7 @@ const onLocaleChange = (event: Event) => {
6767 <div class =" md:hidden flex items-center" >
6868 <button
6969 type =" button"
70- class =" text-gray-500 hover:text-primary-700 focus:text-gray-600 focus:outline-none"
70+ class =" text-white hover:text-primary-300 focus:text-gray-600 focus:outline-none"
7171 @click =" isOpen = !isOpen"
7272 >
7373 <svg viewBox =" 0 0 24 24" class =" h-6 w-6 fill-current" >
You can’t perform that action at this time.
0 commit comments