Skip to content

Commit

Permalink
section id update
Browse files Browse the repository at this point in the history
  • Loading branch information
KillerBOSS2019 committed Dec 21, 2024
1 parent 6d6e01c commit e46fc44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/project/sections/Rocket.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ function generate_table(spec: Record<string, string>) {
export default function Rocket() {
return (
<>
<SectionBanner id="project" title="Rocket Data" />
<SectionBanner id="rocket" title="Rocket Data" />
<Section bgImage={"./bg.png"} bgColor={"#003882"} section_style={{ color: "black" }}>
<div className="flex flex-col items-center lg:flex-row lg:items-stretch gap-6 p-4">
<div className="flex flex-col gap-12 w-full lg:w-1/2 pr-12 bg-[#002c67] rounded-xl mx-auto p-4 flex-grow">
Expand Down
2 changes: 1 addition & 1 deletion src/app/project/sections/Rocket_Result.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import { Section } from "@/app/sections/section_templete";
export default function Rocket_Result() {
return (
<>
<SectionBanner id="project" title="Result" />
<SectionBanner id="rocket_result" title="Result" />
<Section bgImage={"./bg.png"} bgColor={"#003882"} section_style={{ color: "black" }}>
<div className="flex flex-col items-center lg:flex-row lg:items-stretch gap-6 p-4">
<div className="flex flex-col gap-12 w-full lg:w-1/2 pr-12 bg-[#002c67] rounded-xl mx-auto p-4 flex-grow">
Expand Down

0 comments on commit e46fc44

Please # to comment.