Skip to content

Commit

Permalink
chore: bump package version (#285)
Browse files Browse the repository at this point in the history
* fix overflow in the /blog BannerForm

* chore: bump version
  • Loading branch information
DiogoSoaress authored Mar 7, 2024
1 parent f2d4f76 commit 7d10e12
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
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.4.4",
"version": "1.4.5",
"scripts": {
"build": "next build && next export",
"lint": "tsc && next lint",
Expand Down
1 change: 1 addition & 0 deletions src/components/Blog/BannerForm/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
background-color: #f7f7f7;
border-radius: 24px;
color: var(--mui-palette-text-dark);
overflow: hidden;
}

.container iframe {
Expand Down

0 comments on commit 7d10e12

Please sign in to comment.