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

docs: add new landing page #350

Merged
merged 32 commits into from
Aug 25, 2022
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
9d9ee10
docs: add new landing page
kroucher Aug 25, 2022
a770f07
docs: run lint + format
kroucher Aug 25, 2022
2240a22
docs: revert changes from testing
kroucher Aug 25, 2022
58536e6
docs: update mobile menu to camelcase names
kroucher Aug 25, 2022
805530a
docs: rename to rename back
kroucher Aug 25, 2022
10bc54d
docs: rename back
kroucher Aug 25, 2022
6e7b599
fix: nanostores import
kroucher Aug 25, 2022
6cf45c7
fix: second nanostores import
kroucher Aug 25, 2022
9227580
fix: rename to rename back v2
kroucher Aug 25, 2022
581adf4
fix: rename back + run format
kroucher Aug 25, 2022
121d09e
fix: test removal of svgo from astro config
kroucher Aug 25, 2022
be389aa
fix: rename to rename back v3
kroucher Aug 25, 2022
f36f13b
fix: rename back v3
kroucher Aug 25, 2022
b0234f7
fix: imports
kroucher Aug 25, 2022
700f2ce
Merge branch 't3-oss:main' into main
kroucher Aug 25, 2022
15b2bc4
fix: codecard loading
kroucher Aug 25, 2022
9f4d228
fix: update imports
kroucher Aug 25, 2022
b1661aa
fix: update imports
kroucher Aug 25, 2022
0ef4527
Merge branch 'main' into main
juliusmarminge Aug 25, 2022
063e22c
fix: push for CI test
kroucher Aug 25, 2022
6803cb5
Merge branch 'main' of https://github.com/kroucher/create-t3-app into…
kroucher Aug 25, 2022
3430ac7
fix: rename to rename back, fix links
kroucher Aug 25, 2022
c4637f3
fix: rename back
kroucher Aug 25, 2022
583a6f3
fix: missed tweets, rename to rename back
kroucher Aug 25, 2022
04211dc
fix: rename back
kroucher Aug 25, 2022
f776204
fix: imports
kroucher Aug 25, 2022
217d59f
fix: update hrefs
kroucher Aug 25, 2022
8ef16d4
fix: mobile menu hrefs
kroucher Aug 25, 2022
284002e
feat: add robotstxt
kroucher Aug 25, 2022
7cc5793
fix: tsconfig module resolution
kroucher Aug 25, 2022
bc994f6
feat: add search to landing page
kroucher Aug 25, 2022
77727ca
fix: styling update
kroucher Aug 25, 2022
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: nanostores import
kroucher committed Aug 25, 2022
commit 6e7b599874b80b3e64f230e651d18ecc76d2765d
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/** @jsxImportSource react */
import { useStore } from "@nanostores/react";
import { MobileMenuState } from "../../stores/mobileMenu";
import { MobileMenuState } from "../../stores/MobileMenu";

const MobileMenuButton = () => {
const $isMobileMenuOpen = useStore(MobileMenuState);