mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
refact: rename Column components to be generic
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
import React, { FC } from "react"
|
||||
import * as SC from "./styles"
|
||||
|
||||
export const HomePartner: FC = () => {
|
||||
return (
|
||||
<SC.HomePartnerWrapper>
|
||||
Member of
|
||||
<SC.StyledJetBrainsLogo alt="JetBrains" />
|
||||
Supported user groups
|
||||
</SC.HomePartnerWrapper>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user