Skip to content

Commit 7cebbc5

Browse files
authored
fix: Modify the repository url to point to Next (#20)
1 parent e39a65d commit 7cebbc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/wizard/RecapBar.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ export function FontSwitcher({ cssVariable, setData, data }) {
122122
}
123123
export default function RecapBar({ data, setData, onClickNext }) {
124124
const [menuIsOpen, setMenuIsOpen] = useState(false);
125-
const deployUrl = `https://app.netlify.com/start/deploy?repository=https://github.com/bejamas/nextjs-blog-theme#BLOG_NAME=${data.name}&BLOG_TITLE=${data.blogTitle}&BLOG_FOOTER_TEXT=${data.footerText}&BLOG_THEME=${data.theme}&BLOG_FONT_HEADINGS=${data["--font-primary"]}&BLOG_FONT_PARAGRAPHS=${data["--font-secondary"]}`;
125+
const deployUrl = `https://app.netlify.com/start/deploy?repository=https://github.com/netlify-templates/nextjs-blog-theme#BLOG_NAME=${data.name}&BLOG_TITLE=${data.blogTitle}&BLOG_FOOTER_TEXT=${data.footerText}&BLOG_THEME=${data.theme}&BLOG_FONT_HEADINGS=${data["--font-primary"]}&BLOG_FONT_PARAGRAPHS=${data["--font-secondary"]}`;
126126

127127
return (
128128
<div className="font-sans fixed bottom-4 z-index-10 w-full max-w-[56rem] left-2/4 transform -translate-x-2/4 ">

0 commit comments

Comments
 (0)