fix spelling
This commit is contained in:
@ -56,7 +56,7 @@ module ApplicationHelper
|
||||
end
|
||||
|
||||
def main_menu
|
||||
[["/members" , "Resisent Artists"],["/stories" , "Stories"], ["/pictures" , "Gallery"],
|
||||
[["/members" , "Resident Artists"],["/stories" , "Stories"], ["/pictures" , "Gallery"],
|
||||
["/residency" , "Residency"] ]
|
||||
end
|
||||
def member_memu
|
||||
|
@ -34,7 +34,7 @@
|
||||
%ul.space-y-4.text-sm
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/residency"}
|
||||
About Volunteeing
|
||||
Residency @ Hub Feenix
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/arriving"}
|
||||
Getting here
|
||||
@ -47,7 +47,7 @@
|
||||
%ul.space-y-4.text-sm
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/members"}
|
||||
Resisent Artists
|
||||
Resident Artists
|
||||
%li
|
||||
%a.text-gray-700.transition.hover:opacity-75{:href => "/stories"}
|
||||
Stories
|
||||
|
@ -2,7 +2,7 @@
|
||||
.relative.flex.items-center.justify-between
|
||||
%a.inline-flex.items-center{"aria-label" => "Hub Feenix", :href => "/", :title => "Hub Feenix"}
|
||||
= image_tag("feenix_lintu.webp" , class: "h-20")
|
||||
%span.ml-2.text-xl.font-bold.text-gray-800 Resisent Artists @ Hub Feenix
|
||||
%span.ml-2.text-xl.font-bold.text-gray-800 Residentcy @ Hub Feenix
|
||||
%ul.flex.items-center.hidden.space-x-8.lg:flex
|
||||
- main_menu.each do |link , text|
|
||||
%li
|
||||
|
@ -2,7 +2,7 @@
|
||||
%html
|
||||
%head
|
||||
%meta{:content => "text/html; charset=UTF-8", "http-equiv" => "Content-Type"}/
|
||||
%title Hubfeenix Resisent Artists
|
||||
%title Hubfeenix Resident Artists
|
||||
%meta{:content => "width=device-width,initial-scale=1", :name => "viewport"}/
|
||||
// https://www.favicon-generator.org/
|
||||
%link{:href => "/apple-icon-57x57.png", :rel => "apple-touch-icon", :sizes => "57x57"}/
|
||||
|
Reference in New Issue
Block a user