From 951eab941677139e5c0e1478b504f01611000e23 Mon Sep 17 00:00:00 2001 From: Tavares Hansen Date: Sun, 2 Aug 2020 19:54:27 -0700 Subject: [PATCH] [misc][x]: use theme color (#40) --- components/home/Nav.tsx | 4 ++-- yarn.lock | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/home/Nav.tsx b/components/home/Nav.tsx index acdb5a81..89f0b44a 100644 --- a/components/home/Nav.tsx +++ b/components/home/Nav.tsx @@ -31,7 +31,7 @@ export default function Nav() {
- + Blog @@ -49,7 +49,7 @@ export default function Nav() { GitHub diff --git a/yarn.lock b/yarn.lock index 3329e5fa..11b16313 100644 --- a/yarn.lock +++ b/yarn.lock @@ -1188,7 +1188,7 @@ debug "^3.1.0" lodash.once "^4.1.1" -"@fullhuman/postcss-purgecss@^2.1.2": +"@fullhuman/postcss-purgecss@^2.1.2", "@fullhuman/postcss-purgecss@^2.3.0": version "2.3.0" resolved "https://registry.yarnpkg.com/@fullhuman/postcss-purgecss/-/postcss-purgecss-2.3.0.tgz#50a954757ec78696615d3e118e3fee2d9291882e" integrity sha512-qnKm5dIOyPGJ70kPZ5jiz0I9foVOic0j+cOzNDoo8KoCf6HjicIZ99UfO2OmE7vCYSKAAepEwJtNzpiiZAh9xw==