removed logo muted

This commit is contained in:
Shahed Nasser
2022-04-29 13:27:30 +03:00
parent 97fb5ed171
commit b15738ac95
5 changed files with 12 additions and 15 deletions
@@ -9,7 +9,7 @@ import { convertToKebabCase } from "../utils/convert-to-kebab-case"
export default function ReferencePage({
pageContext: { data, api, title, description, to },
}) {
const { setApi, goTo, metadata, currentSection, currentSectionObj } = useContext(NavigationContext)
const { setApi, goTo, metadata, currentSectionObj } = useContext(NavigationContext)
const [siteData, setSiteData] = useState({
title: title,
description: description,