Skip to content

Commit b8e7d9d

Browse files
committed
ref(portfolio): update technology card
1 parent b89ea43 commit b8e7d9d

4 files changed

Lines changed: 2 additions & 3 deletions

File tree

3.89 KB
Loading

apps/valor-software-site/src/assets/img/technologies/others/recurly_white.svg

Lines changed: 0 additions & 1 deletion
This file was deleted.

libs/common-docs/src/components/technologies-card/technologies-card.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<div *ngFor="let technology of card.technologies" class="flex-column justify-between text-center"
1010
[ngClass]="{'m-0 w-110 tracking-tighter': technology.wrapText}">
1111
<div class="w-74 h-74 flex justify-center m-auto">
12-
<a class="group relative">
12+
<a class="group relative flex justify-center">
1313

1414
<img [src]="technology.src" [alt]="(technology.title ? technology.title : technology.tooltip ? technology.tooltip : '') + ' logo'" class= "m-auto ">
1515
<span *ngIf="technology.tooltip" [style.width]="'max-content'"

libs/route-pages/tablesready-page/src/tablesready-page.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ export class TablesReadyPageComponent {
8080
title: "Twilio"
8181
},
8282
{
83-
src: "assets/img/technologies/others/recurly_white.svg",
83+
src: "assets/img/technologies/others/recurly_white.png",
8484
title: "Recurly"
8585
},
8686
{

0 commit comments

Comments
 (0)