Skip to content

Commit

Permalink
update links frontend development page: design resources
Browse files Browse the repository at this point in the history
  • Loading branch information
senali-di committed May 14, 2022
1 parent ba8b789 commit 43f416c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 6 deletions.
9 changes: 6 additions & 3 deletions src/components/frontendPageContent/DesignResources.js
Original file line number Diff line number Diff line change
Expand Up @@ -106,6 +106,11 @@ const DesignResources = () => {
</a>
<ResourceBadge>Free</ResourceBadge>
</ResourceLink>
<ResourceLink>
<a target="_blank" href="https://fontello.com/">Fontello - icon fonts generator</a>
<ResourceBadge>Free</ResourceBadge>
<ResourceBadge>Tool</ResourceBadge>
</ResourceLink>
</ResourceCardLinks>
</ResourceCard>

Expand Down Expand Up @@ -229,9 +234,7 @@ const DesignResources = () => {
<ResourceCardTitle>Others</ResourceCardTitle>
<ResourceCardLinks>
<ResourceLink>
<a target="_blank" href="https://fontello.com/">Fontello - icon fonts generator</a>
<ResourceBadge>Free</ResourceBadge>
<ResourceBadge>Tool</ResourceBadge>
<a target="_blank" href=""></a>
</ResourceLink>
</ResourceCardLinks>
</ResourceCard>
Expand Down
4 changes: 1 addition & 3 deletions src/components/frontendPageContent/JsBasics.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import { ResourceSection } from "../../styles/styled-components/ResourceSection.
import { ResourceSectionBody } from "../../styles/styled-components/ResourceSectionBody.styled";
import { ResourceSectionHeading } from "../../styles/styled-components/ResourceSectionHeading.styled";
import { ResourceSectionLinks } from "../../styles/styled-components/ResourceSectionLinks.styled";
import { ResourceBadge } from "../../styles/styled-components/ResourceBadge.styled";

const JsBasics = () => {
return (
Expand Down Expand Up @@ -173,8 +172,7 @@ const JsBasics = () => {
</p>
<ResourceCardLinks>
<ResourceLink>
<a target="_blank" href="https://codepen.io/">Codepen - The best place to build, test, and discover front-end code.</a>
<ResourceBadge>Tool</ResourceBadge>
<a target="_blank" href=""></a>
</ResourceLink>
</ResourceCardLinks>
</ResourceCard>
Expand Down

0 comments on commit 43f416c

Please sign in to comment.