Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
valpil committed Mar 27, 2023
1 parent acded2d commit baa6c8e
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";

Switchboard is a multi-chain, permissionless oracle protocol for general purpose
data feeds and verifiable random function (VRF).
Expand All @@ -26,8 +25,6 @@ through a blockchain until it reaches its appropriate destination.

<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 baa6c8e

Please sign in to comment.