diff --git a/booklore-api/src/main/java/com/adityachandel/booklore/exception/APIException.java b/booklore-api/src/main/java/com/adityachandel/booklore/exception/APIException.java index 8146f519b..769e32916 100644 --- a/booklore-api/src/main/java/com/adityachandel/booklore/exception/APIException.java +++ b/booklore-api/src/main/java/com/adityachandel/booklore/exception/APIException.java @@ -14,5 +14,3 @@ public class APIException extends RuntimeException { this.message = formattedMessage; } } - - diff --git a/booklore-ui/src/app/dialog-launcher.service.ts b/booklore-ui/src/app/dialog-launcher.service.ts index fbf0f3890..6eb0e1934 100644 --- a/booklore-ui/src/app/dialog-launcher.service.ts +++ b/booklore-ui/src/app/dialog-launcher.service.ts @@ -42,8 +42,8 @@ export class DialogLauncherService { openGithubSupportDialog(): void { this.open({ component: GithubSupportDialog, - header: 'Support BookLore on GitHub', - top: '25%' + header: 'Support Booklore', + top: '15%' }); } diff --git a/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html b/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html index a89e38cad..72d035429 100644 --- a/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html +++ b/booklore-ui/src/app/layout/component/layout-topbar/app.topbar.component.html @@ -83,13 +83,13 @@ -