Skip to content

Commit

Permalink
Merge pull request #28 from openauburn/develop
Browse files Browse the repository at this point in the history
Update fetchicon path
  • Loading branch information
matt-rog committed Mar 28, 2023
2 parents 106ab8e + bd0bb6c commit afbb6bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion site/components/appshell/NavHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ import OpenAuburnLogo from "../branding/OpenAuburnLogo";
import { base } from "@/utils/api";
import { Metadata } from "@/utils/types";
import { useEffect, useState } from "react";
import FetchIcon from "../FetchIcon";
import FetchIcon from "@/components/FetchIcon";
import { IconBrandInstagram } from "@tabler/icons";
import { IconBrandTwitter } from "@tabler/icons";
import { IconBrandDiscord } from "@tabler/icons";
Expand Down

0 comments on commit afbb6bd

Please sign in to comment.