Skip to content

Commit cd3a24e

Browse files
committed
minor fix
1 parent b3b7fe3 commit cd3a24e

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/header.tsx

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,11 @@ import { RouterType, openInNewTab, resources, routes } from '@/lib/utils'
1010

1111
import { PanelLeft, Moon, Sun, NotebookText, BookOpenText } from 'lucide-react'
1212
import { getLinks } from './Resources'
13-
import { FaCheckCircle, FaGithub } from 'react-icons/fa'
14-
import { TbLoaderQuarter } from 'react-icons/tb'
13+
import {
14+
// FaCheckCircle,
15+
FaGithub,
16+
} from 'react-icons/fa'
17+
// import { TbLoaderQuarter } from 'react-icons/tb'
1518
import { useTheme } from './components/theme-provider'
1619
import { useEffect, useState } from 'react'
1720
import { collectiveClient } from './clients'

0 commit comments

Comments
 (0)