Skip to content

Commit

Permalink
💄 Prettify
Browse files Browse the repository at this point in the history
Signed-off-by: Pascal Marco Caversaccio <pascal.caversaccio@hotmail.ch>
  • Loading branch information
pcaversaccio committed Dec 17, 2023
1 parent bb5dd3a commit 660323c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ Factory smart contract to make easier and safer usage of the [`CREATE`](https://
- [Test Coverage](#test-coverage)
- [ABI (Application Binary Interface)](#abi-application-binary-interface)
- [New Deployment(s)](#new-deployments)
- [`ethers.js`](#ethersjs)
- [`cast`](#cast)
- [`ethers.js`](#ethersjs)
- [`cast`](#cast)
- [Contract Verification](#contract-verification)
- [`CreateX` Deployments](#createx-deployments)
- [🙏🏼 Acknowledgement](#-acknowledgement)
Expand Down
2 changes: 1 addition & 1 deletion interface/src/pages/abi.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ const Abi = () => {
const importTheme = async () => {
// Define the new stylesheet href based on the theme and get it's element.
const newStylesheetHref =
theme === "dark" ? "prism-dark.css" : "prism-light.css";
theme === "dark" ? "/prism-dark.css" : "/prism-light.css";
const existingStylesheet = document.getElementById("dynamic-stylesheet");

// If there's an existing stylesheet, remove it.
Expand Down

0 comments on commit 660323c

Please sign in to comment.