Skip to content

Commit

Permalink
Merge pull request #53 from Violet-Verse/spacing-xs-devices
Browse files Browse the repository at this point in the history
add ctas action
  • Loading branch information
hariszafar authored Nov 3, 2023
2 parents 6404787 + 24282c2 commit dd7835b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions pages/enterprise.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const Enterprise = () => {
</p>
</Grid>
<Grid item>
<Button variant="contained" disableElevation>
<Button variant="contained" disableElevation href="mailto:[email protected]">
Become a publisher
</Button>
</Grid>
Expand Down Expand Up @@ -106,7 +106,7 @@ const Enterprise = () => {
</p>
</Grid>
<Grid item>
<Button variant="contained" disableElevation>
<Button variant="contained" disableElevation href="mailto:[email protected]">
Learn more
</Button>
</Grid>
Expand Down Expand Up @@ -154,7 +154,7 @@ const Enterprise = () => {
</p>
</Grid>
<Grid item>
<Button variant="contained" disableElevation>
<Button variant="contained" disableElevation href="mailto:[email protected]">
Learn more
</Button>
</Grid>
Expand Down Expand Up @@ -254,7 +254,7 @@ const Enterprise = () => {
</p>
</Grid>
<Grid item>
<Button variant="contained" disableElevation>
<Button variant="contained" disableElevation href="mailto:[email protected]">
Learn more
</Button>
</Grid>
Expand Down Expand Up @@ -302,7 +302,7 @@ const Enterprise = () => {
</p>
</Grid>
<Grid item>
<Button variant="contained" disableElevation>
<Button variant="contained" disableElevation href="mailto:[email protected]">
Learn more
</Button>
</Grid>
Expand Down Expand Up @@ -376,7 +376,7 @@ const Enterprise = () => {

</Grid>
<Grid item>
<Button variant="contained" disableElevation>
<Button variant="contained" disableElevation href="mailto:[email protected]">
Learn more
</Button>
</Grid>
Expand Down

0 comments on commit dd7835b

Please sign in to comment.