maps address and donate button removal
Some checks failed
CI / build (push) Has been cancelled

This commit is contained in:
2025-09-14 11:03:33 +02:00
parent 7a9b2818d6
commit cc494a048f
2 changed files with 1 additions and 2 deletions

View File

@ -2,7 +2,7 @@
class WelcomeController < ApplicationController
def index
@google_maps_url = 'https://goo.gl/maps/nBAxNAsmPSS2'
@google_maps_url = 'https://maps.app.goo.gl/2p2MZS7bEFoetYR19'
@cool_earth_url = 'https://www.coolearth.org/'
end
end