Skip to content

Commit 1020566

Browse files
committed
Add the image as a logo on the home page as well
1 parent f7dc6bd commit 1020566

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: public/index.html

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
<meta name="viewport" content="width=device-width,initial-scale=1.0">
77
<title><%= htmlWebpackPlugin.options.title %></title>
88
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
9+
<link rel="shortcut icon" href="favicon.ico" type="image/x-icon">
910
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
1011
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
1112
<link rel="manifest" href="/site.webmanifest">

Diff for: src/App.vue

+4-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22
<div id="app">
33
<nav class="navbar navbar-expand-lg bg-primary" data-bs-theme="dark">
44
<div class="container-fluid">
5-
<h1>MBS</h1>
5+
<h1 class="navbar-brand">
6+
<img src="/android-chrome-512x512.png" alt="Bootstrap" width="50px" height="50px">
7+
MBS
8+
</h1>
69
<div class="navbar-nav py-1">
710
<div class="btn-group">
811
<button class="btn btn-light" @click="startOver" title="Empty bucket"><svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-bucket" viewBox="0 0 16 16">

0 commit comments

Comments
 (0)