aswi2023one-team-to-rule-them-all-gitlab/src/components/reusables/ApplicationHeading.tsx @ 8b1106f4
1 |
import { Heading } from "native-base" |
---|---|
2 |
|
3 |
export const ApplicationHeading = () => { |
4 |
return ( |
5 |
<Heading |
6 |
size="2xl" |
7 |
color="primary.500" |
8 |
alignSelf={"center"} |
9 |
textAlign="center" |
10 |
maxW={"80%"} |
11 |
>
|
12 |
Inventaria Rudolphina |
13 |
</Heading> |
14 |
)
|
15 |
}
|