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

Commit

Permalink
Merge pull request #7 from intuitem/fix_socials
Browse files Browse the repository at this point in the history
update socials
  • Loading branch information
ab-smith authored Sep 30, 2023
2 parents 7d05636 + 443dd6e commit f4d4d64
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 4 deletions.
10 changes: 8 additions & 2 deletions src/pages/en/community.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ const data = [
link: "https://github.com/intuitem/mira-community",
icon: github,
},
{
title: "CISO Assistant - community",
description: "Free and Open Source Community Edition of CISO Assistant",
link: "https://github.com/intuitem/ciso-assistant-community",
icon: github,
},
{
title: "Discord",
description: "Join our open Discord server to chat with the team and the experts community",
link: "https://discord.gg/7ubENCPF",
link: "https://discord.gg/qvkaMdQ8da",
icon: discord,
},
{
Expand Down Expand Up @@ -60,7 +66,7 @@ const data = [
<Container class="p-4">
<section class="">
<!-- Create a grid of tiles in Astro style -->
<div class="grid grid-cols-3 gap-4">
<div class="grid grid-cols-2 lg:grid-cols-3 gap-4 lg:gap-8">
{data.map((item) => <Tile params={item} />)}
</div>
</section>
Expand Down
10 changes: 8 additions & 2 deletions src/pages/fr/community.astro
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,16 @@ const data = [
link: "https://github.com/intuitem/mira-community",
icon: github,
},
{
title: "CISO Assistant - community",
description: "Version gratuite et open source de Ciso Assistant. Plus de détails dans le readme.",
link: "https://github.com/intuitem/ciso-assistant-community",
icon: github,
},
{
title: "Discord",
description: "Rejoignez notre communauté sur Discord et interagissez avec l'équipe et d'autres experts",
link: "https://discord.gg/7ubENCPF",
link: "https://discord.gg/qvkaMdQ8da",
icon: discord,
},
{
Expand Down Expand Up @@ -60,7 +66,7 @@ const data = [
<Container class="p-4 lg:p-10">
<section class="">
<!-- Create a grid of tiles in Astro style -->
<div class="grid grid-cols-3 gap-4 lg:gap-10">
<div class="grid grid-cols-2 lg:grid-cols-3 gap-4 lg:gap-8">
{data.map((item) => <Tile params={item} />)}
</div>
</section>
Expand Down

0 comments on commit f4d4d64

Please sign in to comment.