Skip to content

Commit

Permalink
Fixed Download, Fixed Team, Fixed Links to community
Browse files Browse the repository at this point in the history
  • Loading branch information
behdanisohrab committed Nov 23, 2024
1 parent 278c1a1 commit bbc52f0
Show file tree
Hide file tree
Showing 4 changed files with 27 additions and 13 deletions.
16 changes: 8 additions & 8 deletions data/download.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,14 @@ const downloadData = [
img: '/plasma.jpeg',
href: '/download/plasma',
},
{
text: {
en: 'COSMIC Version',
fa: 'نسخهٔ کازمیک',
},
img: '/cosmic.jpeg',
href: '/download/cosmic',
},
]
},
{
Expand Down Expand Up @@ -53,14 +61,6 @@ const downloadData = [
img: '/xfce.jpeg',
href: '/download/xfce',
},
{
text: {
en: 'COSMIC Version',
fa: 'نسخهٔ کازمیک',
},
img: '/cosmic.jpeg',
href: '/download/cosmic',
},
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion data/downloadDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ const detailsData = {
build_date: '2024-09-16',
size: '1.9 GiB',
hash: '5141429093026d2ca05d9ea97e32260d',
maintainer: 'Sohrab Behdani'
maintainer: null
},
lxqt: {
text: {
Expand Down
14 changes: 14 additions & 0 deletions data/team.js
Original file line number Diff line number Diff line change
Expand Up @@ -185,6 +185,20 @@ const teamData = [
"mastodon": "https://mas.to/@meshya",
"donate": "https://daramet.com/meshya"
}
},
{
"name": {
en: "Mahdi Gholamhosseini",
fa: "مهدی غلام‌حسینی"
},
"stack": {
en: "Web",
fa: "طراح وب"
},
"image": "https://avatars.githubusercontent.com/m6hdix",
"socials": {
"github": "https://github.com/m6hdix",
}
}
]

Expand Down
8 changes: 4 additions & 4 deletions pages/community.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,28 +35,28 @@ export default function Community() {
<CommunityCard
icon={Users}
caption={t('community.caption.forum')}
url="#"
url="https://forum.parchlinux.com"
link={t('community.link.forum')}
text={t('community.text.forum')}
arrow={arrow} />
<CommunityCard
icon={Book}
caption={t('community.caption.wiki')}
url="#"
url="https://wiki.parchlinux.com"
link={t('community.link.wiki')}
text={t('community.text.wiki')}
arrow={arrow} />
<CommunityCard
icon={MessageCircle}
caption={t('community.caption.chat')}
url="#"
url="https://matrix.to/#/%23parch:matrix.org"
link={t('community.link.chat')}
text={t('community.text.chat')}
arrow={arrow} />
<CommunityCard
icon={Code}
caption={t('community.caption.contrib')}
url="#"
url="https://git.parchlinux.com"
link={t('community.link.contrib')}
text={t('community.text.contrib')}
arrow={arrow} />
Expand Down

0 comments on commit bbc52f0

Please sign in to comment.