categories,18popup,clear.TextEditorSwap,GameCardHover #177

Merged
freakoverse merged 64 commits from staging into master 2024-12-24 19:44:30 +00:00
Showing only changes of commit 615b39a8d8 - Show all commits

View File

@ -553,6 +553,7 @@ const Body = ({
return (
<ReactRouterLink
className='IBMSMSMBSSCategoriesBoxItem'
key={`category-${i}`}
target='_blank'
to={{
pathname: getGamePageRoute(game),
@ -563,9 +564,12 @@ const Body = ({
</ReactRouterLink>
)
})
.reduce((prev, curr) => [
.reduce((prev, curr, i) => [
prev,
<div className='IBMSMSMBSSCategoriesBoxSeparator'>
<div
key={`separator-${i}`}
className='IBMSMSMBSSCategoriesBoxSeparator'
>
<p>&gt;</p>
</div>,
curr