Added logo from @digi/core
This commit is contained in:
@@ -91,9 +91,9 @@
|
||||
<digi-navigation-tab af-aria-label="Matchningsuppgifter" af-id="deltagare-card-matchningsuppgifter">
|
||||
<div class="deltagare-card__tab-contents">
|
||||
<div class="deltagare-card__tab-column">
|
||||
<h2>Arbetslivserfarenhet</h2>
|
||||
<h2>Matchningsuppgifter</h2>
|
||||
<dl>
|
||||
<dt>Arbetsgivare:</dt>
|
||||
<dt>Arbetslivserfarenhet:</dt>
|
||||
<ng-container *ngIf="firstVisibleWorkExperiences$ | async as firstVisibleWorkExperiences;">
|
||||
<ng-container *ngIf="firstVisibleWorkExperiences.length; else emptyDD">
|
||||
<dd *ngFor="let workExperience of firstVisibleWorkExperiences">
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
<!-- <digi-layout-block af-variation="${LayoutBlockVariation.PROFILE}"> -->
|
||||
<div class="navigation">
|
||||
<div class="navigation__logo-wrapper">
|
||||
<a [routerLink]="['/']" aria-label="Till startsidan för FA Mina sidor">
|
||||
<img src="assets/logo/mina-sidor-fa-light.svg" class="navigation__logo" alt="" />
|
||||
<digi-logo af-system-name="Mina sidor FA" af-color="secondary"></digi-logo>
|
||||
</a>
|
||||
</div>
|
||||
<ul class="navigation__list dafa__hide-on-print">
|
||||
@@ -23,3 +24,4 @@
|
||||
</li>
|
||||
</ul>
|
||||
</div>
|
||||
<!-- </digi-layout-block> -->
|
||||
|
||||
@@ -1,10 +1,11 @@
|
||||
import { CommonModule } from '@angular/common';
|
||||
import { NgModule } from '@angular/core';
|
||||
import { CUSTOM_ELEMENTS_SCHEMA, NgModule } from '@angular/core';
|
||||
import { RouterModule } from '@angular/router';
|
||||
import { IconModule } from '@dafa-shared/components/icon/icon.module';
|
||||
import { NavigationComponent } from './navigation.component';
|
||||
|
||||
@NgModule({
|
||||
schemas: [CUSTOM_ELEMENTS_SCHEMA],
|
||||
declarations: [NavigationComponent],
|
||||
imports: [CommonModule, RouterModule, IconModule],
|
||||
exports: [NavigationComponent],
|
||||
|
||||
Reference in New Issue
Block a user