Skip to content

Commit fb46b28

Browse files
committed
chore: add a favicon
1 parent cb35bda commit fb46b28

File tree

5 files changed

+20
-9
lines changed

5 files changed

+20
-9
lines changed

Gemfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -73,16 +73,16 @@ group :test do
7373
gem "selenium-webdriver"
7474
end
7575

76-
# gem 'maglevcms', path: '/Users/did/Documents/NoCoffee/Maglev/maglev-core', require: false
76+
# gem 'maglevcms', path: '/Users/did/Documents/NoCoffee/Maglev/maglev-mit', require: false
7777
# gem 'maglevcms-pro', path: '/Users/did/Documents/NoCoffee/Maglev/maglev-pro', require: 'maglev/pro'
7878
# gem "maglevcms-pro", git: "https://github.com/maglevhq/maglev-pro.git", branch: 'master', require: 'maglev/pro'
7979
# gem "ncuikit", path: "/Users/didier/Documents/NoCoffee/OSS/ncuikit"
8080

8181
# 🚨 PRODUCTION
82-
# gem 'maglevcms', github: 'maglevhq/maglev-core', branch: 'master', require: false
8382
gem 'maglevcms', github: 'maglevhq/maglev-core', branch: 'master', require: false
84-
# gem "maglevcms-pro", git: "https://github.com/maglevhq/maglev-pro.git", branch: 'master', require: 'maglev/pro'
85-
gem 'maglevcms-pro', github: 'maglevhq/maglev-pro', ref: '2f70e8b', require: 'maglev/pro'
83+
# gem 'maglevcms', github: 'maglevhq/maglev-core', branch: 'master', require: false
84+
gem "maglevcms-pro", git: "https://github.com/maglevhq/maglev-pro.git", branch: 'master', require: 'maglev/pro'
85+
# gem 'maglevcms-pro', github: 'maglevhq/maglev-pro', ref: '2f70e8b', require: 'maglev/pro'
8686

8787

8888
source 'https://packages.nocoffee.fr/private' do

Gemfile.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
GIT
22
remote: https://github.com/maglevhq/maglev-core.git
3-
revision: e9e6cd07864f4acf75dcdf928186ffd5f981ba4c
3+
revision: 568837917dd8e3d1c6430d4215d74b9587ffd449
44
branch: master
55
specs:
66
maglevcms (2.0.0)
@@ -13,10 +13,10 @@ GIT
1313

1414
GIT
1515
remote: https://github.com/maglevhq/maglev-pro.git
16-
revision: 2f70e8bd7b0d1d062fc6fe2710c35bd8c6baff74
17-
ref: 2f70e8b
16+
revision: 558534e12eadbe30eb42207eaf11d9d5070dbc81
17+
branch: master
1818
specs:
19-
maglevcms-pro (0.5.0)
19+
maglevcms-pro (1.0.0.beta.1)
2020
concurrent-ruby
2121
faraday
2222
haikunator (= 1.1.0)

app/assets/images/favicon.svg

Lines changed: 11 additions & 0 deletions
Loading

app/assets/images/logo.png

-11.3 KB
Binary file not shown.

config/initializers/maglev.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
# Favicon (window tab)
1212
# Put your custom favicon in the app/assets/images folder of your Rails application.
13-
# config.favicon = 'favicon.ico'
13+
config.favicon = 'favicon.svg'
1414

1515
# Primary color of the Editor
1616
config.primary_color = '#040712'

0 commit comments

Comments
 (0)