Skip to content

Commit

Permalink
Merge pull request #56 from nblackburn/hotfix/remove-unused-var
Browse files Browse the repository at this point in the history
Remove unused var
  • Loading branch information
nblackburn committed Nov 12, 2022
2 parents cb3332b + fe1da46 commit d89ecc3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nblackburn/website",
"private": true,
"version": "1.8.1",
"version": "1.8.2",
"scripts": {
"start": "astro dev",
"build": "astro build",
Expand Down
2 changes: 1 addition & 1 deletion src/components/navBar.css.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { sizes } from '@styles/theme.css';
import { style } from '@vanilla-extract/css';
import { sizes, primaryAccent } from '@styles/theme.css';

export const navBar = style({
position: 'relative'
Expand Down

0 comments on commit d89ecc3

Please sign in to comment.