Skip to content

Commit b9f54f2

Browse files
authored
Add pokerodds ai to navbar (#211)
* Move file * Add PokerOdds AI to "Projects" dropdown menu * Fix icon not rendering * Add pokerodds-ai-app-icon.png * Add tags
1 parent 84b7d26 commit b9f54f2

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-2
lines changed

src/pages/pokerodds-ai/index.mdx renamed to docs/pokerodds-ai/index.mdx

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
1+
---
2+
tags:
3+
- iOS apps
4+
---
5+
16
# PokerOdds AI
27

3-
<div style={{float: 'right', margin: '0 0 20px 20px', maxWidth: '120px'}}>
4-
<img src="/img/pokerodds-ai-icon.png" alt="PokerOdds AI Icon" style={{width: '100%', height: 'auto'}} />
8+
<div style={{float: 'right', margin: '0 0 20px 30px', maxWidth: '80px', minWidth: '60px'}}>
9+
<img src="/img/pokerodds-ai-app-icon.png" alt="PokerOdds AI Icon" style={{width: '100%', height: 'auto'}} />
510
</div>
611

712
PokerOdds AI is the ultimate poker companion that helps you make better decisions at the table. Using advanced AI algorithms, our app provides real-time poker odds calculations and strategic insights to improve your game.

docusaurus.config.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,11 @@ const config = {
255255
label: 'passGen🔐',
256256
docId: 'passgen/index',
257257
},
258+
{
259+
type: 'doc',
260+
label: 'PokerOdds AI♥️',
261+
docId: 'pokerodds-ai/index',
262+
},
258263
{
259264
type: 'doc',
260265
label: 'Signal sticker packs🎁',
151 KB
Loading

0 commit comments

Comments
 (0)