Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
DiogoSoaress committed Dec 5, 2023
1 parent 4195ce9 commit 7cdd2f7
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "safe-homepage",
"homepage": "https://github.com/safe-global/safe-homepage",
"version": "1.3.5",
"version": "1.3.6",
"scripts": {
"build": "next build && next export",
"lint": "tsc && next lint",
Expand Down
8 changes: 6 additions & 2 deletions src/components/Campaign/Faq/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,12 @@
padding: 0 0 32px;
}

.details p {
margin: 0;
.details p:first-of-type {
margin-top: 0;
}

.details p:last-of-type {
margin-bottom: 0;
}

.details a {
Expand Down
1 change: 1 addition & 0 deletions src/components/Core/Intro/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ const CoreIntro = ({ title, text, link, scroll }: BaseBlock & { scroll?: { title
const handleClick = (e: React.MouseEvent<HTMLAnchorElement>, target: string) => {
e.preventDefault()

// TODO: move offset to CSS
scrollToElement(target, 200)
}

Expand Down
2 changes: 1 addition & 1 deletion src/content/core.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"caption": "Build with Web3Auth",
"buttons": [
{
"text": "Try",
"text": "Try it now",
"href": "https://safe.web3auth.com/",
"variant": "button",
"color": "secondary"
Expand Down

0 comments on commit 7cdd2f7

Please sign in to comment.