Skip to content
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

sidebar UI fixed #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

sidebar UI fixed #59

wants to merge 1 commit into from

Conversation

Orlandohub
Copy link
Collaborator

fixes #54

@@ -38,7 +39,15 @@ export default function Spot ({ id }) {
<meta name="description" content={`${spot.city} tide timetables and charts for the next 10 days`} key="description" />
<meta name="keywords" content={`${spot.city} tide times,${spot.city} high tide,${spot.city} tide chart,${spot.city} tide tables,${spot.city} low tide`} key="keywords" />
</Head>
<Tides spot={spot} />
<Container>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

i think we should only have Semantic container on the top level of the app - not sprinkled around the codebase

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Fix sidebar sliding menu
2 participants