Skip to content

Commit 4659e09

Browse files
Website/conf: Add a deep link for the sponsors section (graphql#1438) (graphql#1442)
1 parent 8c66462 commit 4659e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/Conf/Sponers/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ const sponsorSilver: Image[] = [
5252

5353
const SponsersConf = () => {
5454
return (
55-
<div className="bg-white py-10 static">
55+
<div id="sponsors" className="bg-white py-10 static">
5656
<h1 className="text-center text-4xl text-[#171E26] font-bold my-8">
5757
Sponsors
5858
</h1>

0 commit comments

Comments
 (0)