Rebrand to My Tendy Zone

This commit is contained in:
Jesse C. Fisher 2023-09-24 14:00:52 +00:00 committed by icwizardmonke
parent 145b63551d
commit 59fb2ab3e6
5 changed files with 6 additions and 6 deletions

View File

@ -1,5 +1,5 @@
Thirteen Tien Len
================
My Tendy Zone
=============
Development Environment Setup
-----------------------------

View File

@ -1,7 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<title>ThirteenTienLen</title>
<title>My Tendy Zone</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">

View File

@ -1,6 +1,6 @@
#home-headline
- if request.base_url.match(/pin|my|fireside/)
%h1 My own public tendy zone
%h1 Your own public tendy zone
- else
%h1 Web3 Social Gaming <br/>Crypto Rewards

View File

@ -9,7 +9,7 @@ ActiveSupport::Deprecation.silenced = true
# you've limited to :test, :development, or :production.
Bundler.require(*Rails.groups)
module ThirteenTienLen
module MyTendyZone
class Application < Rails::Application
config.generators do |g|
g.test_framework :rspec,

View File

@ -1,3 +1,3 @@
# Be sure to restart your server when you modify this file.
Rails.application.config.session_store :cookie_store, key: '_thirteen-tien-len_session'
Rails.application.config.session_store :cookie_store, key: '_my-tendy-zone_session'