Add Wordcloud Component #27

Merged
snedadah merged 29 commits from shahanneda/add-wordcloud-2 into main 2022-08-04 02:17:21 -04:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 49cbd40c12 - Show all commits

View File

@ -64,7 +64,7 @@ body {
background-color: var(--primary-background);
color: var(--primary-text);
font-family: 'Inconsolata', monospace;
font-family: "Inconsolata", "monospace";
margin: 0;
}

View File

@ -8,7 +8,7 @@ import { ColorPalette } from "../components/ColorPalette";
export default function Home() {
return (
<div style={{ padding: "0px" }}>
<div>
<h1>Playground</h1>
<p>Show off your components here!</p>
<ColorPalette />