Rebrand to My Tendy Zone
This commit is contained in:
parent
1905eeb46a
commit
feaa4d14ab
@ -1,5 +1,5 @@
|
||||
Thirteen Tien Len
|
||||
================
|
||||
My Tendy Zone
|
||||
=============
|
||||
|
||||
Development Environment Setup
|
||||
-----------------------------
|
||||
|
||||
@ -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">
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
@ -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,
|
||||
|
||||
@ -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'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user