Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
valpil authored and gallynaut committed Mar 29, 2023
1 parent 2a36c8b commit 201aff9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions website/docs/about/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import RoundedCardGroup from "/src/components/RoundedCard/RoundedCardGroup";
import { RustIcon } from "/src/components/icons/RustIcon";
import useBaseUrl from "@docusaurus/useBaseUrl";
import { Box, Container } from "@mui/system";
import { ChatBot } from "/src/components/ChatBot";

import WhatIsSwitchboard from "/data/docs/faq_what_is_switchboard.md";
import WhatIsAnOracle from "/data/docs/faq_what_is_an_oracle.md";
Expand All @@ -24,8 +23,6 @@ import UseCases from "/data/docs/faq_use_cases.md";

<hr />

<ChatBot />

<RoundedCardGroup
cols={2}
justifyContent="center"
Expand Down
3 changes: 0 additions & 3 deletions website/src/css/navbar.css
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@
padding: 0 1vw;
overflow-wrap: break-word;
}
.askme_btn {
border-radius: 16px;
}

html[data-theme="dark"] .navbar {
border-bottom: solid 1px #8998aa;
Expand Down

0 comments on commit 201aff9

Please sign in to comment.