-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feat search #52
Feat search #52
Conversation
Visit the preview URL for this PR (updated for commit a601603): https://qa-ccv-brown-edu--pr52-feat-search-fi2k0xul.web.app (expires Tue, 22 Jun 2021 21:29:43 GMT) 🔥 via Firebase Hosting GitHub Action 🌎 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! 💪
One question though. The color of blue links became lighter. See https://ccv-brown-edu.web.app for contrast on About/Documentation/Blog.. was that intended?
|
@@ -36,7 +36,7 @@ export default { | |||
}, | |||
async fetch() { | |||
// example to prove out the client-only rendering | |||
const num = Math.floor(Math.random() * 10); | |||
const num = Math.floor(Math.random() * 10 + 1); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤣
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great!
I created #54 to one day remind us of full fledge search engine |
To do: