Rebrand to My Tendy Zone
This commit is contained in:
parent
b81969bc90
commit
9d3f2fe4c7
@ -1,5 +1,5 @@
|
|||||||
Thirteen Tien Len
|
My Tendy Zone
|
||||||
================
|
=============
|
||||||
|
|
||||||
Development Environment Setup
|
Development Environment Setup
|
||||||
-----------------------------
|
-----------------------------
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>ThirteenTienLen</title>
|
<title>My Tendy Zone</title>
|
||||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||||
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
|
<link href="https://fonts.googleapis.com/css2?family=Anton&display=swap" rel="stylesheet">
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
#home-headline
|
#home-headline
|
||||||
- if request.base_url.match(/pin|my|fireside/)
|
- if request.base_url.match(/pin|my|fireside/)
|
||||||
%h1 My own public tendy zone
|
%h1 Your own public tendy zone
|
||||||
- else
|
- else
|
||||||
%h1 Web3 Social Gaming <br/>Crypto Rewards
|
%h1 Web3 Social Gaming <br/>Crypto Rewards
|
||||||
|
|
||||||
|
|||||||
@ -9,7 +9,7 @@ ActiveSupport::Deprecation.silenced = true
|
|||||||
# you've limited to :test, :development, or :production.
|
# you've limited to :test, :development, or :production.
|
||||||
Bundler.require(*Rails.groups)
|
Bundler.require(*Rails.groups)
|
||||||
|
|
||||||
module ThirteenTienLen
|
module MyTendyZone
|
||||||
class Application < Rails::Application
|
class Application < Rails::Application
|
||||||
config.generators do |g|
|
config.generators do |g|
|
||||||
g.test_framework :rspec,
|
g.test_framework :rspec,
|
||||||
|
|||||||
@ -1,3 +1,3 @@
|
|||||||
# Be sure to restart your server when you modify this file.
|
# 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