This commit is contained in:
Kyle Corbitt
2023-07-25 09:24:28 -07:00
parent 1309a6ec5d
commit fa61c9c472

View File

@@ -30,10 +30,7 @@ export const HeaderButtons = () => {
<Text ml={2}>Fork</Text>
</Button>
{canModify && (
<Button
variant={{ base: "solid", md: "ghost" }}
onClick={openDrawer}
>
<Button variant={{ base: "solid", md: "ghost" }} onClick={openDrawer}>
<HStack>
<Icon as={BsGearFill} />
<Text>Settings</Text>