Skip to content

Commit 765c608

Browse files
Update Metadta and logo
1 parent d45990b commit 765c608

6 files changed

Lines changed: 4 additions & 4 deletions

File tree

-7.53 KB
Binary file not shown.
-10.2 KB
Binary file not shown.

src/public/apple-touch-icon.png

11.5 KB
Loading

src/public/favicon.ico

10.9 KB
Binary file not shown.

src/public/manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@
33
"short_name": "Ruby",
44
"icons": [
55
{
6-
"src": "/apple-touch-icon-180x180.png",
6+
"src": "/apple-touch-icon.png",
77
"sizes": "180x180",
88
"type": "image/png",
99
"purpose": "maskable"
1010
},
1111
{
12-
"src": "/apple-touch-icon-144x144.png",
12+
"src": "/apple-touch-icon.png",
1313
"sizes": "144x144",
1414
"type": "image/png"
1515
}

src/views/layouts/index.erb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,12 +27,12 @@
2727
<meta property="og:url" content="https://rubynetwork.tech/" />
2828
<meta property="og:title" content="Ruby" />
2929
<meta property="og:description" content="Ruby (V3) is customizable, free, and fast." />
30-
<meta property="og:image" content="https://user-images.githubusercontent.com/73721704/210157935-6aa8ec46-6fa4-4dd5-956f-6bfe351de42c.png" />
30+
<meta property="og:image" content="https://raw.githubusercontent.com/Ruby-Network/.github/main/ruby.png" />
3131
<meta property="twitter:card" content="summary_large_image" />
3232
<meta property="twitter:url" content="https://rubynetwork.tech" />
3333
<meta property="twitter:title" content="Ruby" />
3434
<meta property="twitter:description" content="Ruby (V3) is customizable, free, and fast." />
35-
<meta property="twitter:image" content="https://user-images.githubusercontent.com/73721704/210157935-6aa8ec46-6fa4-4dd5-956f-6bfe351de42c.png" />
35+
<meta property="twitter:image" content="https://raw.githubusercontent.com/Ruby-Network/.github/main/ruby.png" />
3636
<!-- End Metadata -->
3737
<%= yield_content :head %>
3838
</head>

0 commit comments

Comments
 (0)