Skip to content

Commit a7bf42d

Browse files
committed
update favicon
1 parent 5bae06b commit a7bf42d

File tree

10 files changed

+24
-43
lines changed

10 files changed

+24
-43
lines changed

app/favicon.ico

4.29 KB
Binary file not shown.

app/layout.jsx

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@ import ErrorBoundary from "@/components/ErrorBoundary"
1313

1414
export const metadata = {
1515
title: "SurveyWithCode - From Research to Reproducibility",
16-
description: "SurveyWithCode is a curated platform that connects research survey papers with their corresponding implementations, codebases, and benchmarks. Designed for the AI and ML research community, it enables fast discovery of state-of-the-art summaries alongside practical code resources, accelerating understanding, comparison, and experimentation.",
16+
description:
17+
"SurveyWithCode is a curated platform that connects research survey papers with their corresponding implementations, codebases, and benchmarks. Designed for the AI and ML research community, it enables fast discovery of state-of-the-art summaries alongside practical code resources, accelerating understanding, comparison, and experimentation.",
18+
icons: {
19+
icon: "/favicon.ico", // for standard favicon
20+
shortcut: "/favicon.ico",
21+
apple: "/apple-touch-icon.png",
22+
},
1723
}
1824

1925
export default async function RootLayout({ children }) {
@@ -29,8 +35,16 @@ export default async function RootLayout({ children }) {
2935
name="description"
3036
content="SurveyWithCode is a curated platform that connects research survey papers with their corresponding implementations, codebases, and benchmarks. Designed for the AI and ML research community, it enables fast discovery of state-of-the-art summaries alongside practical code resources, accelerating understanding, comparison, and experimentation."
3137
/>
38+
3239
<meta name="author" content="Survey With Code" />
40+
41+
<meta name="theme-color" content="#ffffff"></meta>
3342
<title>SurveyWithCode - From Research to Reproducibility</title>
43+
44+
<link rel="icon" type="image/png" href="/favicon.png"></link>
45+
<link rel="apple-touch-icon" href="/apple-touch-icon.png"></link>
46+
<link rel="mask-icon" href="/safari-pinned-tab.svg" color="#5bbad5"></link>
47+
<link rel="manifest" href="/site.webmanifest"></link>
3448
</head>
3549
<body className="nextra-banner-hidden">
3650
<ErrorBoundary>

components/twitter.jsx

Lines changed: 0 additions & 37 deletions
This file was deleted.

image.png

-357 KB
Binary file not shown.

public/EvaluationProcess.svg

Lines changed: 0 additions & 4 deletions
This file was deleted.

public/apple-touch-icon.png

5.99 KB
Loading

public/favicon.png

5.99 KB
Loading

public/gesture_video.mp4

-1.24 MB
Binary file not shown.

public/google61151617b9ebd505.html

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/safari-pinned-tab.svg

Lines changed: 9 additions & 0 deletions
Loading

0 commit comments

Comments
 (0)