Skip to content

Commit

Permalink
feat: activate fab
Browse files Browse the repository at this point in the history
  • Loading branch information
gion-andri committed Nov 7, 2023
1 parent 89b3971 commit 2e8ce1a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<div class="fab" #fab>
<div class="fab-inner">
<div class="fab-menu" [routerLink]="'/user/events'">
<div class="fab-menu" [routerLink]="'/user/new-event'">
{{ 'COMPONENTS.NEW_EVENT_BTN.NEW_EVENT' | translate }}
</div>
<a href="#" class="fab-button" #button>
Expand Down
2 changes: 0 additions & 2 deletions src/app/pages/events/events-list/events-list.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,4 @@
*ngIf="eventsFilterService.selectedView === 'list'"></app-events-list-table>
</div>

<!--
<app-new-event-button/>
-->

0 comments on commit 2e8ce1a

Please sign in to comment.