get shop icon to be highlighted when we're on the hats tab too

pull/180/head
Aevann 2023-08-05 13:44:26 +03:00
parent 847fb2a6b7
commit 29cfeb1e3b
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@ def selected_tab(request):
return 'casino'
elif request.path == '/chat':
return 'chat'
elif request.path=='/shop/awards':
elif request.path.startswith('/shop/'):
return 'shop'
return 'home'