You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@age.apache.org by jo...@apache.org on 2022/10/11 01:28:45 UTC

[age-viewer] branch main updated: Add Logo to Title in Tab (#41)

This is an automated email from the ASF dual-hosted git repository.

joshinnis pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/age-viewer.git


The following commit(s) were added to refs/heads/main by this push:
     new 741607d  Add Logo to Title in Tab (#41)
741607d is described below

commit 741607db60f8ac8fd010f89449e3d406dc142dda
Author: Wahib Barqawi <99...@users.noreply.github.com>
AuthorDate: Mon Oct 10 21:28:41 2022 -0400

    Add Logo to Title in Tab (#41)
    
    Add the logo to the tab and AGViewer to AGEViewer
---
 frontend/public/index.html                             |   5 +++--
 frontend/public/resources/images/agedb-favicon.ico.png | Bin 0 -> 1092 bytes
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/frontend/public/index.html b/frontend/public/index.html
index 00f5770..a450e04 100644
--- a/frontend/public/index.html
+++ b/frontend/public/index.html
@@ -25,12 +25,13 @@
     <meta name="theme-color" content="#000000" />
     <meta
       name="description"
-      content="AGViewer"
+      content="AGEViewer"
     />
     <link rel="manifest" href="%PUBLIC_URL%/site.webmanifest">
+    <link rel="icon" type="image/x-icon" href="./resources/images/agedb-favicon.ico.png"> 
     <meta name="msapplication-TileColor" content="#da532c">
     <meta name="theme-color" content="#ffffff">
-    <title>AGViewer</title>
+    <title>AGEViewer</title>
 
   </head>
   <body>
diff --git a/frontend/public/resources/images/agedb-favicon.ico.png b/frontend/public/resources/images/agedb-favicon.ico.png
new file mode 100644
index 0000000..42be2df
Binary files /dev/null and b/frontend/public/resources/images/agedb-favicon.ico.png differ