Skip to content

Commit 5265ade

Browse files
authored
teams: update NGI team (#1916)
* Remove redundant email and matrix links * Add link to our packages overview page
1 parent fb79fca commit 5265ade

File tree

1 file changed

+8
-14
lines changed

1 file changed

+8
-14
lines changed

core/src/content/teams/160_ngi.mdx

Lines changed: 8 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -78,23 +78,11 @@ For questions or comments, please [contact the team](https://github.com/ngi-nix/
7878
import Button from '../../components/ui/Button.astro';
7979

8080
<div class="flex flex-wrap gap-4">
81-
<Button
82-
color="semidarkblue"
83-
size="sm"
84-
href="mailto:[email protected]"
85-
label="Email"
86-
/>
87-
<Button
88-
color="semidarkblue"
89-
size="sm"
90-
href="https://matrix.to/#/#ngipkgs:matrix.org"
91-
label="Matrix"
92-
/>
9381
<Button
9482
color="semidarkblue"
9583
size="sm"
9684
href="https://github.com/orgs/ngi-nix/projects/8"
97-
label="GitHub Project board"
85+
label="GitHub project board"
9886
/>
9987
<Button
10088
color="semidarkblue"
@@ -106,7 +94,13 @@ import Button from '../../components/ui/Button.astro';
10694
color="semidarkblue"
10795
size="sm"
10896
href="https://github.com/ngi-nix/ngipkgs"
109-
label="NGIpkgs"
97+
label="NGIpkgs repository"
98+
/>
99+
<Button
100+
color="semidarkblue"
101+
size="sm"
102+
href="https://ngi.nixos.org/"
103+
label="NGIpkgs packages"
110104
/>
111105
<Button
112106
color="semidarkblue"

0 commit comments

Comments
 (0)