Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Merge pull request #36 from leaphy-robotics/development
Browse files Browse the repository at this point in the history
Change name and fix styling of download drivers button
  • Loading branch information
koen1711 authored Sep 13, 2023
2 parents 485d6ec + e193c96 commit b591160
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
14 changes: 0 additions & 14 deletions src/app/modules/core/components/header/header.component.scss
Original file line number Diff line number Diff line change
Expand Up @@ -43,20 +43,6 @@ button {
vertical-align: top;
}

#download_drivers {
font-size: 12px;
font-weight: normal;
border-radius: 20px;
padding: 5px 15px; /* Added padding to buttons */

mat-icon {
color: var(--leaphy-color-primary);
margin-right: 5px;
}


}

[mat-flat-button] {
background-color: var(--leaphy-color-secundary);
border: none;
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"PROJECT": "My projects",
"HELP": "Tips",
"HELP_FORUM": "Leaphy Discord (Help forum)",
"DOWNLOAD_DRIVERS": "Download drivers",
"DOWNLOAD_DRIVERS": "Windows drivers",
"MORE": "More...",
"MORE_ABOUT": "About Easybloqs",
"UPLOAD": "Upload to robot",
Expand Down
2 changes: 1 addition & 1 deletion src/assets/i18n/nl.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
"PROJECT": "Mijn projecten",
"HELP": "Tips",
"HELP_FORUM": "Leaphy Discord (Help Forum)",
"DOWNLOAD_DRIVERS": "Download drivers",
"DOWNLOAD_DRIVERS": "Windows drivers",
"MORE": "Meer...",
"MORE_ABOUT": "Over Easybloqs",
"UPLOAD": "Upload naar robot",
Expand Down

0 comments on commit b591160

Please sign in to comment.