Skip to content

Commit 71d680c

Browse files
committed
add matrix
1 parent d752a08 commit 71d680c

File tree

1 file changed

+9
-18
lines changed

1 file changed

+9
-18
lines changed

src/Footer.tsx

Lines changed: 9 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
11
import React, { Component } from 'react';
2-
import {
3-
Button,
4-
Container,
5-
Divider,
6-
Grid,
7-
Header,
8-
Icon,
9-
Image,
10-
List,
11-
Menu,
12-
Segment,
13-
Sidebar,
14-
} from 'semantic-ui-react';
2+
import { Container, Grid, Header, List, Segment } from 'semantic-ui-react';
153

164
interface IProps {}
175

@@ -33,6 +21,14 @@ class Footer extends Component<IProps, IState> {
3321
<Grid.Column width={3}>
3422
<Header inverted as="h4" content="About" />
3523
<List link inverted>
24+
<List.Item
25+
as="a"
26+
href="https://matrix.to/#/#ArchLinuxStudio:matrix.org"
27+
target="_blank"
28+
>
29+
<List.Icon name="chat" />
30+
<List.Content>[Matrix]</List.Content>
31+
</List.Item>
3632
<List.Item
3733
as="a"
3834
href="https://t.me/FSF_Ministry_of_Truth"
@@ -64,11 +60,6 @@ class Footer extends Component<IProps, IState> {
6460
<List.Icon name="youtube play" />
6561
<List.Content>Youtube</List.Content>
6662
</List.Item>
67-
68-
<List.Item as="a" href="" target="_blank">
69-
<List.Icon name="chat" />
70-
<List.Content>[Matrix] / coming soon</List.Content>
71-
</List.Item>
7263
</List>
7364
</Grid.Column>
7465
<Grid.Column width={3}>

0 commit comments

Comments
 (0)