Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

content: use GitHub correct spelling #513

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions src/components/common/EndSection/EndSection.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const EndSection = (props) => {
<div className="row mx-0">
<div className="col-xl-12">
<p className="txtWhite">
Se trovi errori o bug apri una issue su github.
Se trovi errori o bug apri una issue su GitHub.
{/* <br /> Se vuoi contribuire al catalogo con un contenuto{" "}
leggi la guida su docs italia */}
</p>
Expand All @@ -73,10 +73,10 @@ export const EndSection = (props) => {
className="btn btn-primary endSection link fw-bold d-flex"
href={GITHUB_SCHEMA}
role="button"
aria-label="vai su github di schema"
title="vai su github di schema"
aria-label="vai su GitHub di schema"
title="vai su GitHub di schema"
>
Vai su github
Vai su GitHub
<div className="">
<svg className="icon icon-sm icon-primary ms-2">
<use href={sprite + "#it-github"}></use>
Expand Down
Loading