mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add Codeable to Developer Tools lists
This commit is contained in:
parent
276e7326b4
commit
8ee6b911a2
1 changed files with 9 additions and 1 deletions
|
|
@ -69,6 +69,14 @@ if ( !!categorySlug ) {
|
||||||
pageLabel = category?.pluralLabel || category.label
|
pageLabel = category?.pluralLabel || category.label
|
||||||
}
|
}
|
||||||
|
|
||||||
|
const adName = (() => {
|
||||||
|
if ( kindName === 'game' ) return 'new-world-1'
|
||||||
|
|
||||||
|
if ( kindName === 'developer-tools' ) return 'codeable-1'
|
||||||
|
|
||||||
|
return 'default'
|
||||||
|
})()
|
||||||
|
|
||||||
---
|
---
|
||||||
<Layout
|
<Layout
|
||||||
headOptions={{
|
headOptions={{
|
||||||
|
|
@ -106,7 +114,7 @@ if ( !!categorySlug ) {
|
||||||
client:load
|
client:load
|
||||||
>
|
>
|
||||||
<AdInline
|
<AdInline
|
||||||
name={ kindName === 'game' ? 'new-world-1' : 'default' }
|
name={ adName }
|
||||||
/>
|
/>
|
||||||
</Search>
|
</Search>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue