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

Add sponsorssection aa2 to master #131

Merged
merged 2 commits into from
Sep 8, 2020
Merged
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/components/organisms/sections/Sponsors/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ class Sponsors extends React.PureComponent {
<div id="sponsors">
<MDBContainer className="py-5 text-center text-dark">
<h2 className="gidole h1-responsive font-weight-bold">
Many companies are already convinced
Special thanks to our sponsors
</h2>
<p className="lead">
Become a <strong>sponsor</strong> and support us in the further
development of our <strong>open source</strong> social network.
Without the help and support of our <strong>sponsors</strong> the development of
our <strong>open source</strong> social network SNEK would hardly be possible.
</p>
<MDBRow className="flex-center">
{data.map((item, i) => {
Expand Down