Skip to content

Commit

Permalink
update to Nearform_Commerce (#67)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryansrofe authored Feb 9, 2024
1 parent 5a14bad commit 3611273
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion LICENSE.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2024 Formidable
Copyright (c) 2024 Nearform_Commerce

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div align="center">
<a href="https://commerce.nearform.com/open-source/" target="_blank">
<img alt="FigLog Evolution Tracker Widget for Figma by Formidable now Nearform - We build beautifully designed, solidly engineered, performant digital experiences for humans, just like you." src="./example.png" />
<img alt="FigLog Evolution Tracker Widget for Figma by Nearform_Commerce - We build beautifully designed, solidly engineered, performant digital experiences for humans, just like you." src="./example.png" />
</a>

<h3>
Expand Down Expand Up @@ -57,4 +57,4 @@ Please see the [Contributing guide](CONTRIBUTING.md).

## Maintenance Status

**Active:** Formidable now Nearform is actively supporting this open source project, and we expect to continue collaborating on it for the foreseeable future. Bug reports, feature requests and pull requests are greatly appreciated and welcome.
**Active:** Nearform_Commerce is actively supporting this open source project, and we expect to continue collaborating on it for the foreseeable future. Bug reports, feature requests and pull requests are greatly appreciated and welcome.
7 changes: 2 additions & 5 deletions widget-src/components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,11 @@ export const Footer = ({ showBranding }: FooterProps) => (
spacing={GAP.md}
verticalAlignItems="center"
onClick={() => {
openExternal("https://formidable.com/open-source/");
openExternal('https://commerce.nearform.com/open-source/');
}}
>
<SVG name="FigLog Logo" height={PADDING.xxl} width={PADDING.xxl} src={LogoFigLog} />
<AutoLayout
name="Logo Text"
spacing={GAP.sm}
>
<AutoLayout name="Logo Text" spacing={GAP.sm}>
<Text
fontFamily={FONT.family}
fill={COLOR.black}
Expand Down

0 comments on commit 3611273

Please sign in to comment.