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

rombert pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/sling-samples.git


The following commit(s) were added to refs/heads/master by this push:
     new 9c11ed0  feat(oauth): add favicon
9c11ed0 is described below

commit 9c11ed02b9f8941f4b5871d3c11e477980ade9a2
Author: Robert Munteanu <[email protected]>
AuthorDate: Fri Oct 11 17:50:23 2024 +0200

    feat(oauth): add favicon
---
 .../oauth-demo/components/github-repos/github-repos.html |   1 +
 .../apps/oauth-demo/components/welcome/welcome.html      |   1 +
 .../apps/oauth-demo/components/youtube-videos/show.html  |   1 +
 .../jcr_root/content/oauth-demo/static/favicon.ico       | Bin 0 -> 1150 bytes
 4 files changed, 3 insertions(+)

diff --git 
a/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/github-repos/github-repos.html
 
b/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/github-repos/github-repos.html
index 8bee3c2..55f6c9b 100644
--- 
a/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/github-repos/github-repos.html
+++ 
b/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/github-repos/github-repos.html
@@ -4,6 +4,7 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <link href="/oauth-demo/static/css/output.css" rel="stylesheet">
+  <link rel="icon" href="/oauth-demo/static/favicon.ico">
   <title>GitHub Repositories</title>
 </head>
 <body 
data-sly-use.github="org.apache.sling.samples.oauth_demo.GithubRepositoriesModel">
diff --git 
a/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/welcome/welcome.html
 
b/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/welcome/welcome.html
index fc6e025..484bb0f 100644
--- 
a/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/welcome/welcome.html
+++ 
b/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/welcome/welcome.html
@@ -4,6 +4,7 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <link href="/oauth-demo/static/css/output.css" rel="stylesheet">
+  <link rel="icon" href="/oauth-demo/static/favicon.ico">
   <title>Sling OAuth Demo</title>
 </head>
 <body>
diff --git 
a/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/youtube-videos/show.html
 
b/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/youtube-videos/show.html
index 9feea47..5e5ee1b 100644
--- 
a/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/youtube-videos/show.html
+++ 
b/oauth/ui.apps/src/main/content/jcr_root/apps/oauth-demo/components/youtube-videos/show.html
@@ -4,6 +4,7 @@
   <meta charset="UTF-8">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <link href="/oauth-demo/static/css/output.css" rel="stylesheet">
+  <link rel="icon" href="/oauth-demo/static/favicon.ico">
   <title>YouTube Videos</title>
 </head>
 <body 
data-sly-use.youtube="org.apache.sling.samples.oauth_demo.YoutubeVideosModel">
diff --git 
a/oauth/ui.apps/src/main/content/jcr_root/content/oauth-demo/static/favicon.ico 
b/oauth/ui.apps/src/main/content/jcr_root/content/oauth-demo/static/favicon.ico
new file mode 100644
index 0000000..a36e242
Binary files /dev/null and 
b/oauth/ui.apps/src/main/content/jcr_root/content/oauth-demo/static/favicon.ico 
differ

Reply via email to