Skip to content

Commit

Permalink
Add ids
Browse files Browse the repository at this point in the history
  • Loading branch information
mnapoli committed Jan 24, 2025
1 parent fdcb0b4 commit 5d21705
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion website/src/components/home/invocations.jsx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
export default function Invocations({ invocations }) {
return (
<div className="home-container home-section !px-0 sm:!px-6 !py-12 sm:!py-16">
<div id="invocations" className="home-container home-section !px-0 sm:!px-6 !py-12 sm:!py-16">
<div
className="relative isolate overflow-hidden bg-gray-900 px-6 py-16 text-center shadow-2xl sm:rounded-3xl sm:px-16">
<h2 className="mx-auto max-w-2xl text-3xl font-black tracking-tight text-white sm:text-5xl">
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/home/sponsors.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import PremiumSponsor from './sponsors/premium-sponsor';

export default function Sponsors() {
return (
<div className="home-container home-section">
<div id="sponsors" className="home-container home-section">
<h2 className="text-center text-3xl font-black leading-8 text-gray-900">
They sponsor the open-source project <span className="text-red-600">❤️</span>
</h2>
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/home/use-cases.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const advancedUseCases = [

export default function UseCases() {
return (
<div className="home-container home-section">
<div id="use-cases" className="home-container home-section">
<div className="mx-auto grid max-w-2xl grid-cols-1 gap-x-8 gap-y-16 sm:gap-y-20 lg:mx-0 lg:max-w-none lg:grid-cols-3">
<div>
<h2 className="mt-2 text-3xl font-black tracking-tight text-gray-900 sm:text-4xl">Use cases</h2>
Expand Down

0 comments on commit 5d21705

Please sign in to comment.