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

fixed spelling #24

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions src/data/logos.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import eleven from "../images/logos/11-arrow-tree.png"
import twelve from "../images/logos/12-gladiator-sparta-head.png"
import thirteen from "../images/logos/13-pixel-fox.png"
import fourteen from "../images/logos/14-full-half-circles.png"
import fifteen from "../images/logos/15-square-ying-yang.png"
import fifteen from "../images/logos/15-square-yin-yang.png"
import sixteen from "../images/logos/16-sunrise-on-water.png"
import seventeen from "../images/logos/17-witch-hat.png"
import eighteen from "../images/logos/18-geometric-rock.png"
Expand Down Expand Up @@ -185,10 +185,10 @@ export const Logos = [
{
id: "15",
description:
`Minimal professional black and white Ying Yang logo in square shape.
`Minimal professional black and white Yin Yang logo in square shape.
The logo is good for any project.`,
availability: "Available",
name: "Square Ying Yang Zen Logo",
name: "Square Yin Yang Zen Logo",
img: fifteen,
},
{
Expand Down