Change "use" to "Use" on Nav Link script (#11453)
Just noticed this on a brand new Forem and realized it was _probably_ a quick fix?
This commit is contained in:
parent
6aa41bfba2
commit
cc63725875
1 changed files with 1 additions and 1 deletions
|
|
@ -17,7 +17,7 @@ module DataUpdateScripts
|
|||
display_only_when_signed_in: false, position: 1).first_or_create
|
||||
NavigationLink.where(name: "Privacy Policy", url: "#{BASE_URL}/privacy", icon: SMART_ICON,
|
||||
display_only_when_signed_in: false, position: 2).first_or_create
|
||||
NavigationLink.where(name: "Terms of use", url: "#{BASE_URL}/terms", icon: LOOK_ICON,
|
||||
NavigationLink.where(name: "Terms of Use", url: "#{BASE_URL}/terms", icon: LOOK_ICON,
|
||||
display_only_when_signed_in: false, position: 3).first_or_create
|
||||
NavigationLink.where(name: "Contact", url: "#{BASE_URL}/contact", icon: CONTACT_ICON,
|
||||
display_only_when_signed_in: false, position: 4).first_or_create
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue