Skip to content

Commit

Permalink
Merge branch 'master' into lcp-issues
Browse files Browse the repository at this point in the history
  • Loading branch information
cohenaj194 authored Sep 19, 2024
2 parents 5b044d4 + c45092a commit 63a0b32
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/components/navigation/sidebar/Sidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -655,7 +655,7 @@ export const Sidebar: FC<Props> = ({ children, data }) => {
Entertainment, Inc.
<br />© BLIZZARD ENTERTAINMENT, INC. All Rights Reserved.
</p>
<div id="ezoic-pub-ad-placeholder-118" />
{/*<div id="ezoic-pub-ad-placeholder-118" />*/}
</nav>
</div>
</div>
Expand Down
4 changes: 2 additions & 2 deletions app/root.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -260,7 +260,7 @@ function App() {
<Meta />
<Links />
<EnsureThemeApplied />
<script async src="//www.ezojs.com/ezoic/sa.min.js"></script>
{/*<script async src="//www.ezojs.com/ezoic/sa.min.js"></script>
<script
dangerouslySetInnerHTML={{
__html: `window.ezstandalone = window.ezstandalone || {};
Expand All @@ -272,7 +272,7 @@ function App() {
ezstandalone.display();
});`
}}
/>
/>*/}
</head>
<body className={`h-full bg-gray-100 dark:bg-slate-800`}>
<noscript>
Expand Down
1 change: 1 addition & 0 deletions app/routes/queries.item-data.$itemId.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ export const loader: LoaderFunction = async ({ params, request }) => {
}

return json({
'Cache-Control': 'public, max-age=31536000, immutable',
history: await historyResponse.json(),
listing: await listingResponse.json(),
itemDescription: (await blogResponse.json()).itemDescription,
Expand Down

0 comments on commit 63a0b32

Please sign in to comment.