Skip to content

Commit

Permalink
update ids on chains page for og image script
Browse files Browse the repository at this point in the history
  • Loading branch information
manishiwa committed May 24, 2024
1 parent 21cac1f commit 78b08c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/(layout)/chains/[chain]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ const Chain = ({ params }: { params: any }) => {
<Container className="flex w-full pt-[30px] md:pt-[45px]">
{master && chainFeeData && chainData && (
<div className="flex flex-col w-full">
<div className="flex flex-col md:flex-row justify-between items-start w-full">
<div id="chains-page-title" className="flex flex-col md:flex-row justify-between items-start w-full">
<div className="flex flex-col md:flex-row pb-[15px] md:pb-[15px] items-start">
<div className="flex gap-x-[8px] items-center">
<div className="w-9 h-9 ">
Expand Down
2 changes: 1 addition & 1 deletion components/layout/ChainChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1469,7 +1469,7 @@ export default function ChainChart({
}

return (
<div className="w-full flex-col relative " id="#content-container">
<div className="w-full flex-col relative " id="chains-content-container">
<style>
{`
.highcharts-tooltip-container {
Expand Down

0 comments on commit 78b08c6

Please sign in to comment.