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

update to Nearform_Commerce #67

Merged
merged 1 commit into from
Feb 9, 2024
Merged
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
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
Loading