Skip to content

Commit

Permalink
fix: change logo link in rss
Browse files Browse the repository at this point in the history
  • Loading branch information
Aerilym committed Oct 15, 2024
1 parent a12b760 commit 4c206bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/foundation/lib/rss.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export async function generateRssFeed() {
description: 'RSS feed for Session Technology Foundation updates.',
link: BASE_URL,
image: {
url: `${BASE_URL}/images/logoBlack.png`,
url: `${BASE_URL}/images/logo.svg`,
title: `Session Technology Foundation updates`,
link: BASE_URL,
},
Expand Down

0 comments on commit 4c206bd

Please sign in to comment.