Skip to content

Commit

Permalink
updated firbase
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiffany Chen authored and Tiffany Chen committed Dec 18, 2023
1 parent b301225 commit ddacb6a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
Empty file.
2 changes: 1 addition & 1 deletion src/contexts/categories.context.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

import { createContext, useState, useEffect } from "react";
import { getCategoriesAndDocuments } from './firebase/firebase.utils.js';
import { getCategoriesAndDocuments } from '../utils/firebase/firebase.utils'



Expand Down
4 changes: 3 additions & 1 deletion src/routes/navigation/navigation.styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@
z-index: 1000;
padding: 10px 0;
box-sizing: border-box;

}

.nav-link {
padding: 10px 15px;
cursor: pointer;
text-decoration: none;
color: black;
font-size: 1.2rem;
}
}
}

@media screen and (max-width: 480px) {
Expand Down

0 comments on commit ddacb6a

Please sign in to comment.