Skip to content

Commit ffcd5de

Browse files
authored
Merge pull request #3 from GeniALE/master
update du navbar et du logo footer
2 parents fa4ab6a + d1d7aa5 commit ffcd5de

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/components/FooterComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import { ref, onMounted } from 'vue';
33
import { FontAwesomeIcon } from '@fortawesome/vue-fontawesome';
44
import { 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';
66
import {
77
faGithub,
88
faLinkedin,

src/components/NavbarComponent.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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">

0 commit comments

Comments
 (0)