Custom home page per domain

This commit is contained in:
Jesse C. Fisher 2023-09-17 17:49:31 +00:00
parent 470b04df1a
commit 032d2adbd4

View File

@ -1,6 +1,10 @@
#home-headline
- if request.base_url.match(/pin|my|fireside/)
%h1 My own private tendy zone
- else
%h1 Web3 Social Gaming <br/>Crypto Rewards
#main-menu
- if policy(:table).play_now?
= link_to 'Play', play_now_path
@ -11,6 +15,7 @@
-# = link_to 'About', page_path('about')
- if !request.base_url.match(/pin|my|fireside/)
.eyecandy
= inline_svg_tag "Icy Pepe.svg"
-# - 5.times do |i|