Skip to content

Commit

Permalink
chore: change subdomain domain
Browse files Browse the repository at this point in the history
  • Loading branch information
Firgrep committed Aug 31, 2024
1 parent b609a41 commit ffcf650
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ function FooterHeader({ children }: { children: ReactNode }) {
const navigation = {
general: [
{ name: "Blog", href: "/blog" },
{ name: "Symposia", href: "https://symposia.systemphil.com" },
{ name: "Symposia", href: "https://symposia.sphil.xyz" },
{ name: "Acknowledgements", href: "/acknowledgements" },
],
hegel: [
Expand Down
2 changes: 1 addition & 1 deletion src/components/SymposiaCard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export function SymposiaCard() {
<TextRevealCard
text="Learn"
revealText="Master"
url="https://symposia.systemphil.com"
url="https://symposia.sphil.xyz"
className="bg-gradient-to-b from-indigo-400 from-50% via-purple-400 via-75% to-pink-400 to-90% dark:from-purple-950 dark:to-purple-800"
>
<TextRevealCardTitle>
Expand Down
2 changes: 1 addition & 1 deletion src/pages/_meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"contact": {
"title": "Symposia 🏺",
"type": "page",
"href": "https://symposia.systemphil.com",
"href": "https://symposia.sphil.xyz",
"newWindow": true
},
"terms": {
Expand Down

0 comments on commit ffcf650

Please sign in to comment.