Skip to content

Commit b614856

Browse files
authored
faDiscord -> faSlack (#245)
1 parent 2296025 commit b614856

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/components/Nav.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import React, { useState } from "react";
22
import Link from "next/link";
33
import { slide as Menu } from "react-burger-menu";
4-
import {FaDiscord, FaEnvelope, FaGithub, FaRss, FaTwitter} from "react-icons/fa";
4+
import {FaDiscord, FaEnvelope, FaGithub, FaRss, FaSlack, FaTwitter} from "react-icons/fa";
55

66
export default function Nav() {
77
return (
@@ -46,7 +46,7 @@ export default function Nav() {
4646
target="_blank"
4747
rel="noopener noreferrer"
4848
>
49-
<FaDiscord />
49+
<FaSlack />
5050
</a>
5151
<a
5252
href="https://github.com/lm-sys"

0 commit comments

Comments
 (0)