diff --git a/client/src/pages/tools/linux/InstallSoftware/InstallSoftware.jsx b/client/src/pages/tools/linux/InstallSoftware/InstallSoftware.jsx index 661ecbc..2253333 100644 --- a/client/src/pages/tools/linux/InstallSoftware/InstallSoftware.jsx +++ b/client/src/pages/tools/linux/InstallSoftware/InstallSoftware.jsx @@ -1,6 +1,6 @@ import InfoArea from "@/common/components/InfoArea"; import Button from "@/common/components/Button"; -import {faGear} from "@fortawesome/free-solid-svg-icons"; +import {faGear, faServer} from "@fortawesome/free-solid-svg-icons"; import {useContext, useState} from "react"; import Software from "./software.jsx"; import SoftwareGrid from "@/pages/tools/linux/InstallSoftware/components/SoftwareGrid"; @@ -20,7 +20,7 @@ export const InstallSoftware = () => { -