Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/app/blog/rss.xml/route.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export async function GET() {
site_url: SITE_URL,
// managingEditor: "info@graphql.org",
// webMaster: "info@graphql.org",
copyright: `Copyright © ${new Date().getFullYear()} The GraphQL Foundation. All rights reserved.`,
copyright: `Copyright © ${new Date().getFullYear()} The GraphQL Foundation.`,
language: "en-US",
// Published date as last blog post date
pubDate: blogs[0].frontMatter.date.toUTCString(),
Expand Down
5 changes: 1 addition & 4 deletions src/app/conf/2025/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,7 @@ export function Footer({
</ul>
<div className="relative flex justify-between gap-10 p-4 text-sm max-lg:flex-col md:px-6 2xl:px-10">
<div className="flex flex-col font-light max-md:gap-5">
<p>
Copyright © {new Date().getFullYear()} The GraphQL Foundation. All
rights reserved.
</p>
<p>Copyright © {new Date().getFullYear()} The GraphQL Foundation.</p>
<p>
For web site terms of use, trademark policy and general project
policies please see{" "}
Expand Down
5 changes: 1 addition & 4 deletions src/app/conf/_components/footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,7 @@ export function Footer({
</div>
<div className="container flex justify-between gap-10 text-sm max-lg:flex-col">
<div className="flex flex-col font-light max-md:gap-5">
<p>
Copyright © {new Date().getFullYear()} The GraphQL Foundation. All
rights reserved.
</p>
<p>Copyright © {new Date().getFullYear()} The GraphQL Foundation.</p>
<p>
For web site terms of use, trademark policy and general project
policies please see{" "}
Expand Down
3 changes: 1 addition & 2 deletions src/components/footer/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,7 @@ export function Footer() {
<ThemeSwitch />
</div>
<p className="typography-body-xs flex flex-col text-pretty max-md:gap-5">
Copyright © {new Date().getFullYear()} The GraphQL Foundation. All
rights reserved.
Copyright © {new Date().getFullYear()} The GraphQL Foundation.
</p>
</div>
</div>
Expand Down
Loading