Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/aidenybai/million
Browse files Browse the repository at this point in the history
  • Loading branch information
aidenybai committed Jan 15, 2024
2 parents 4a5f8b2 + ebad811 commit 663aafd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions website/components/home/faq.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -135,9 +135,9 @@ const faq = [

export function FAQ() {
return (
<div className="mt-32" id="faq">
<div id="faq">
<Container>
<div className="mt-32 flex flex-col gap-12 lg:flex-row">
<div className="flex flex-col gap-12 lg:flex-row">
<div className="text-center lg:w-5/12 lg:pl-12 lg:text-left">
<h2 className="text-2xl font-bold text-gray-800 dark:text-white md:text-3xl lg:text-4xl">
Frequently asked questions
Expand Down
2 changes: 1 addition & 1 deletion website/pages/faq.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ description: 'Frequently asked questions about Million.js'

import { FAQ } from '../components/home/faq';

<main className="h-screen">
<main className="my-[100px]">
<FAQ />
</main>

2 comments on commit 663aafd

@vercel
Copy link

@vercel vercel bot commented on 663aafd Jan 15, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

sink – ./packages/kitchen-sink

sink-millionjs.vercel.app
sink-git-main-millionjs.vercel.app
sink.million.dev
million-kitchen-sink-atit.vercel.app

@vercel
Copy link

@vercel vercel bot commented on 663aafd Jan 15, 2024

Choose a reason for hiding this comment

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

Successfully deployed to the following URLs:

million-kitchen-sink – ./packages/kitchen-sink

million-kitchen-sink-git-main-millionjs.vercel.app
million-kitchen-sink-millionjs.vercel.app
million-kitchen-sink.vercel.app

Please sign in to comment.