Updated icon for activity logs

This commit is contained in:
Vladyslav Matsiiako
2023-01-02 18:33:24 -08:00
parent 0ff8194cf8
commit 6845e9129a

View File

@ -6,6 +6,7 @@ import { useRouter } from "next/router";
import { useTranslation } from "next-i18next";
import {
faBookOpen,
faFileLines,
faGear,
faKey,
faMobile,
@ -158,7 +159,7 @@ export default function Layout({ children }: LayoutProps) {
{
href: '/activity/' + workspaceMapping[workspaceSelected as any],
title: 'Activity Logs',
emoji: <FontAwesomeIcon icon={faTimeline} />
emoji: <FontAwesomeIcon icon={faFileLines} />
},
{
href: "/settings/project/" + workspaceMapping[workspaceSelected as any],