Skip to content

Commit 9b07609

Browse files
author
Vivek Vishal
authored
fix eslint errors
Signed-off-by: Vivek Vishal <vishalvivek488@gmail.com>
1 parent 6239d4a commit 9b07609

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

src/sections/Pricing/openSource.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
import React from 'react';
2-
import Button from '../../reusecore/Button';
3-
import styled from 'styled-components';
1+
import React from "react";
2+
import Button from "../../reusecore/Button";
3+
import styled from "styled-components";
44
import { BsArrowUpRight } from "@react-icons/all-files/bs/BsArrowUpRight";
55
const OpenSourceBanner = () => {
66
return (
77
<OpenSourceBannerWrapper>
8-
<div class="banner-content">
8+
<div className="banner-content">
99
<div>
1010
<h2>Layer5-Sponsored Open Source Program</h2>
1111
<p>

0 commit comments

Comments
 (0)