Skip to content

Commit e047ea3

Browse files
committed
missed some png files
1 parent 236235a commit e047ea3

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

app/routes/TryRoute.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ let default = () => {
5555
let data = ReactRouter.useLoaderData()
5656
<>
5757
<Meta
58-
title="ReScript Playground" description="Try ReScript in the browser" ogImage="/og/try.png"
58+
title="ReScript Playground" description="Try ReScript in the browser" ogImage="/og/try.avif"
5959
/>
6060

6161
{switch data {

public/favicon/site.webmanifest

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@
33
"short_name": "",
44
"icons": [
55
{
6-
"src": "/android-chrome-192x192.png",
6+
"src": "/android-chrome-192x192.avif",
77
"sizes": "192x192",
88
"type": "image/png"
99
},
1010
{
11-
"src": "/android-chrome-512x512.png",
11+
"src": "/android-chrome-512x512.avif",
1212
"sizes": "512x512",
1313
"type": "image/png"
1414
}
1515
],
1616
"theme_color": "#ffffff",
1717
"background_color": "#ffffff",
1818
"display": "standalone"
19-
}
19+
}

src/common/OurUsers.res

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,7 @@ let companies = [
142142
Logo({
143143
name: "Instapainting.com",
144144
url: "https://www.instapainting.com/",
145-
path: "/lp/instapainting.png",
145+
path: "/lp/instapainting.avif",
146146
}),
147147
Logo({
148148
name: "Juspay",

0 commit comments

Comments
 (0)