Skip to content

Commit

Permalink
Fix on sidebar import as of relocation of components for home and das…
Browse files Browse the repository at this point in the history
…hboard
  • Loading branch information
rotirk20 committed Oct 20, 2024
1 parent 2aedc95 commit b39e3cf
Show file tree
Hide file tree
Showing 6 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Component } from '@angular/core';
import { SidebarComponent } from 'src/app/components/sidebar/sidebar.component';
import { SidebarComponent } from 'src/app/admin/components/sidebar/sidebar.component';

@Component({
selector: 'app-dashboard',
Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/home/pages/home/home.component.html
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div class="w-full">
<!-- Image Section -->
<div class="relative h-[500px] bg-cover bg-center" style="background-image: url('/assets/smetovi-bg.jpg');">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center backdrop-blur-md">
<div class="absolute inset-0 bg-black bg-opacity-50 flex items-center justify-center backdrop-blur-sm">
<h1 class="text-white text-3xl md:text-5xl font-bold text-center uppercase">Dobro došli na Smetovi.ba</h1>
</div>
<svg xmlns="http://www.w3.org/2000/svg" viewBox="2 0 450 48" preserveAspectRatio="none"
Expand Down

0 comments on commit b39e3cf

Please sign in to comment.