Skip to content

Commit

Permalink
b
Browse files Browse the repository at this point in the history
  • Loading branch information
hirishu10 committed May 31, 2022
1 parent 0f377c5 commit 7fe00b0
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## About

Github-Readme-Design provide some design for the Github Readme file for which you can customize the look and feel for the Github Profile.
Github-Readme-Design provide some design which you can you use to customize the look and feel for the Github Profile.

#### How to use Github-Readme-Dsign❓

Expand All @@ -14,7 +14,7 @@ An application programming interface (API) is a connection between computers or

It is a type of software interface, offering a service to other pieces of software. A document or standard that describes how to build or use such a connection or interface is called an API specification.

A computer system that meets this standard is said to implement or expose an API. The term API may refer either to the specification or to the implementation.
A computer system that meets this standard is said to implement or expose an API. The term API may refer either to the specification or to the implementation. - [Wikipedia](https://en.wikipedia.org/wiki/API)

### Prerequisite 🚀

Expand Down Expand Up @@ -57,7 +57,7 @@ Require the Github **Username**.

- Dark Statistic's Card

![[https://github-readme-design.vercel.app/metric/dark.svg](https://github-readme-design.vercel.app/metric/dark.svg)
![https://github-readme-design.vercel.app/metric/dark.svg](https://github-readme-design.vercel.app/metric/dark.svg)

## Language Used 🔡

Expand Down
2 changes: 1 addition & 1 deletion pages/api/languageCard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ export default function handler(
<!-- Container Start -->
<rect x="0.5" y="0.5" rx="3" height="99%" stroke="silver" width="494" fill="${
req?.query?.dark === "true" ? "#182e40" : "none"
req?.query?.dark === "true" ? "#182e40" : "white"
}" stroke-opacity="${req?.query?.dark === "true" ? "0" : "1"}" />
Expand Down
File renamed without changes
2 changes: 1 addition & 1 deletion public/language/dark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion public/language/light.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 7fe00b0

@vercel
Copy link

@vercel vercel bot commented on 7fe00b0 May 31, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.