Skip to content

Commit 2ee90ed

Browse files
committed
update favicon and replace images in the app bar and home view
1 parent 04c0e15 commit 2ee90ed

File tree

8 files changed

+5
-5
lines changed

8 files changed

+5
-5
lines changed

frontend/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<html lang="en">
33
<head>
44
<meta charset="UTF-8">
5-
<link rel="icon" href="/subset-logo.ico">
5+
<link rel="icon" href="/com_res_icon.jpg">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
77
<title>com_res</title>
88
</head>

frontend/public/com_res_icon.jpg

37.2 KB
Loading
-4.99 MB
Binary file not shown.
1010 KB
Loading
37.2 KB
Loading

frontend/src/components/TheAppBar.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<v-app-bar v-if="!$route.meta.hideNavigation" color="navbar" ref="appBar" id="app-bar" elevate-on-scroll fixed app height="100">
33
<div class="d-flex align-end full-height pa-2 align-center w-100">
44
<router-link :to="{ path: `/` }" class="logo">
5-
<v-img :width="90" cover :src="imgUrl" alt="home"></v-img>
5+
<v-img :width="70" cover :src="imgUrl" alt="home"></v-img>
66
</router-link>
77

88
<v-spacer></v-spacer>
@@ -28,7 +28,7 @@ import { RouterLink } from 'vue-router'
2828
import { useDisplay } from 'vuetify'
2929
import UserLogin from "@/components/UserLogin.vue";
3030
import { useAuthStore } from '../stores/auth';
31-
import imgUrl from '@/assets/subset-logo-crop-20240904.png'
31+
import imgUrl from '@/assets/com_res_icon.jpg'
3232
defineProps(['paths'])
3333
defineEmits(['toggleMobileNav'])
3434

frontend/src/views/HomeView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
</template>
3838

3939
<script setup>
40-
import paralaxImg from '@/assets/amistadreservoir_oli_20160805_lrg.jpg'
40+
import paralaxImg from '@/assets/bahiablanca_flood_oli2_20250130_lrg.jpg'
4141
// https://earthobservatory.nasa.gov/images/153230/dry-in-the-rio-grande-basin
4242
import { mdiLockOutline, mdiGestureTap, mdiMapPlus, mdiCloudUploadOutline, mdiShareAllOutline } from '@mdi/js'
4343

frontend/src/views/SubmissionsView.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
<span v-if="!authStore.isLoggedIn">Please login to view your submissions.</span>
2727
<span v-else>
2828
You don't have any submissions yet.
29-
Use the <router-link :to="{ path: `/` }">com_res Map</router-link> to create a submission.
29+
Use the <router-link :to="{ path: `/` }">Map</router-link> to create a submission.
3030
</span>
3131
</v-sheet>
3232
</v-container>

0 commit comments

Comments
 (0)