From dc8c4429b41aa26292c346136cca77852e9a78fa Mon Sep 17 00:00:00 2001 From: AJ-Kulundu Date: Sat, 14 Oct 2023 14:12:39 +0300 Subject: [PATCH] Updating about link and the sitemap --- app/views/landing/about.html.erb | 2 +- app/views/layouts/application.html.erb | 2 +- config/routes.rb | 2 +- config/sitemap.rb | 2 +- public/sitemap.xml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/views/landing/about.html.erb b/app/views/landing/about.html.erb index a967cf51..b6825cc2 100644 --- a/app/views/landing/about.html.erb +++ b/app/views/landing/about.html.erb @@ -1,5 +1,5 @@ <% content_for(:title,"About us") %> -<% content_for(:description,"ARC brings entrepreneurs, developers, Designers, open source contributors") %> +<% content_for(:description,"ARC brings entrepreneurs, developers, Designers, open source contributors together") %>
<%= image_tag('workshop.jpg', alt:"ARC Workshop", class: "pt-20 w-fit h-fit", style: "filter: brightness(40%);") %>
diff --git a/app/views/layouts/application.html.erb b/app/views/layouts/application.html.erb index 2b9519eb..d074c1bf 100644 --- a/app/views/layouts/application.html.erb +++ b/app/views/layouts/application.html.erb @@ -28,7 +28,7 @@