Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
fix: footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Sep 3, 2024
1 parent 2d94904 commit 0bdf052
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ function MainInfoCard() {
text="We dream of a way of doing philosophy that is intense, life-long and free. To be able to rigorously engage with concepts and ideas to their utmost depth without sacrificing either scholarly quality or creativity.. To be able to pursue and hone one's philosophical craft and enjoyment in a way that supports and enriches everyday living. And finally to be thinking deeply about contents of philosophy purely for their own sake. Symposia exists as a companion to sPhil, a collaborative encyclopedia inspired by systematic philosophers and modern open source principles. Symposia is intended to be an additional guide into the philosophical resources we otherwise make freely available at sPhil. Whether you are a novice or a professional, our courses welcome anyone who has a burning desire to examine, philosophically, the wonders of being."
imgUrl="/static/images/fire.webp"
maskType="triangle"
url="https://systemphil.com"
url="https://sphil.xyz"
urlDescription="Visit sPhil"
/>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/components/Analytics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ export const Analytics = () => {
purposes and to improve your experience. To learn more,
visit our{" "}
<a
href="https://systemphil.com/privacy"
href="https://sphil.xyz/privacy"
className="text-blue-400 underline hover:text-blue-300"
>
Privary Policy
Expand Down
16 changes: 8 additions & 8 deletions src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,27 +32,27 @@ function FooterHeader({ children }: { children: ReactNode }) {

const navigation = {
general: [
{ name: "sPhil", href: "https://systemphil.com" },
{ name: "sPhil", href: "https://sphil.xyz" },
{
name: "Acknowledgements",
href: "https://systemphil.com/acknowledgements",
href: "https://sphil.xyz/acknowledgements",
},
],
company: [
{ name: "Team", href: "https://systemphil.com/team" },
{ name: "Contributing", href: "https://systemphil.com/contributing" },
{ name: "Team", href: "https://sphil.xyz/team" },
{ name: "Contributing", href: "https://sphil.xyz/contributing" },
{
name: "Methodology",
href: "https://systemphil.com/contributing/methodology",
href: "https://sphil.xyz/contributing/methodology",
},
{
name: "Code of Conduct",
href: `https://systemphil.com/contributing/code-of-conduct`,
href: `https://sphil.xyz/contributing/code-of-conduct`,
},
],
legal: [
{ name: "Privacy Policy", href: "https://systemphil.com/privacy" },
{ name: "Terms of Use", href: "https://systemphil.com/terms" },
{ name: "Privacy Policy", href: "https://sphil.xyz/privacy" },
{ name: "Terms of Use", href: "https://sphil.xyz/terms" },
],
support: [
{ name: "GitHub ↗", href: "https://github.com/systemphil/" },
Expand Down

0 comments on commit 0bdf052

Please sign in to comment.