Skip to content

Commit

Permalink
Little updates
Browse files Browse the repository at this point in the history
Signed-off-by: Little Human <[email protected]>
  • Loading branch information
Little Human committed Sep 11, 2022
1 parent 79bae20 commit 0a52aac
Show file tree
Hide file tree
Showing 6 changed files with 0 additions and 17 deletions.
2 changes: 0 additions & 2 deletions src/components/Button.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Head from "next/head";

export default function Button({ text, outline = false, onClick }) {
return (
<div
Expand Down
2 changes: 0 additions & 2 deletions src/components/ClipArt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Head from "next/head";

function Dot() {
return (
<svg
Expand Down
2 changes: 0 additions & 2 deletions src/components/Footer.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Head from "next/head";

export default function Footer() {
return (
<div className="center-child absolute bottom-2 left-0 right-0 footer z-20 md:bottom-4">
Expand Down
2 changes: 0 additions & 2 deletions src/components/GridArt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Head from "next/head";

export default function GridArt() {
return (
<div
Expand Down
2 changes: 0 additions & 2 deletions src/components/RoundArt.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
import Head from "next/head";

export default function RoundArt() {
return (
<div className=" absolute z-10 round-art">
Expand Down
7 changes: 0 additions & 7 deletions tailwind.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,4 @@ module.exports = {
"./pages/**/*.{js,ts,jsx,tsx}",
"./src/components/**/*.{js,ts,jsx,tsx}",
],
theme: {
extend: {},
},
variants: {
extend: {},
},
plugins: [],
};

0 comments on commit 0a52aac

Please sign in to comment.