Skip to content

Commit

Permalink
cards sorted (#203)
Browse files Browse the repository at this point in the history
  • Loading branch information
javierFernandezMendez committed Mar 24, 2023
1 parent 7222962 commit 589cd6e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/app/main/data/data-home/data-home.component.html
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
<div fxLayout="row" class="main-container bg-level-1">
<div fxLayout="row" fxLayoutAlign="center start" class="card-container">
<a routerLink="/main/data/table">
<inputs-card comp-name="table" header="{{ 'TABLE.COMPONENT' | oTranslate }}" content="{{ 'TABLE.COMPONENT.DESC' | oTranslate }}">
<a routerLink="/main/data/grid">
<inputs-card comp-name="grid" header="{{ 'GRID.COMPONENT' | oTranslate }}" content="{{ 'GRID.COMPONENT.DESC' | oTranslate }}">
</inputs-card>
</a>
<a routerLink="/main/data/lists">
<inputs-card comp-name="list" header="{{ 'LIST.COMPONENT' | oTranslate }}" content="{{ 'LIST.COMPONENT.DESC' | oTranslate }}">
</inputs-card>
</a>
<a routerLink="/main/data/grid">
<inputs-card comp-name="grid" header="{{ 'GRID.COMPONENT' | oTranslate }}" content="{{ 'GRID.COMPONENT.DESC' | oTranslate }}">
<a routerLink="/main/data/table">
<inputs-card comp-name="table" header="{{ 'TABLE.COMPONENT' | oTranslate }}" content="{{ 'TABLE.COMPONENT.DESC' | oTranslate }}">
</inputs-card>
</a>
</div>
Expand Down

0 comments on commit 589cd6e

Please sign in to comment.