Skip to content

Commit

Permalink
Merge pull request #1 from sambacha/patch-1
Browse files Browse the repository at this point in the history
fix homepage link on index.html
  • Loading branch information
bokkypoobah authored Dec 23, 2023
2 parents 3673773 + 3581f68 commit 17fbe36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>ApprovalTool</title>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<meta name="description" content="ApprovalTool (c) Bok Consulting Pty Ltd 2023" />
<meta name="author" content="BokkyPooBah" />
Expand Down Expand Up @@ -37,7 +37,7 @@
<div id="app">
<b-container fluid class="m-0 p-0">
<b-navbar toggleable="sm" variant="light" class="mx-1 my-0 p-0">
<b-navbar-brand to="/" variant="primary">
<b-navbar-brand to="https://bokkypoobah.github.io/ApprovalTool/" variant="primary">
<b-avatar rounded variant="light" size="3.0rem" src="images/ZombieBaby_004_transparentbg_zoomed.png" v-b-popover.hover.bottom="'gm'" class="ml-0"></b-avatar>
<em v-b-popover.hover.bottom="'gm gm gm'">ApprovalTool</em>
</b-navbar-brand>
Expand Down

0 comments on commit 17fbe36

Please sign in to comment.