Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 21bd202

Browse files
committedJan 30, 2025·
feat(manager-components): fix icon size
ref: MANAGER-16546 Signed-off-by: Maxime Bajeux <maxime.bajeux.ext@corp.ovh.com>
1 parent c3462c1 commit 21bd202

File tree

12 files changed

+4
-4
lines changed

12 files changed

+4
-4
lines changed
 

‎packages/manager/modules/manager-components/src/changelog-menu/controller.js ‎packages/manager/modules/manager-components/src/changelog-button/controller.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import githubIcon from './assets/github-icon.svg';
22

3-
export default class ChangelogMenuCtrl {
3+
export default class ChangelogButtonCtrl {
44
/* @ngInject */
55
constructor(atInternet) {
66
this.githubIcon = githubIcon;

‎packages/manager/modules/manager-components/src/changelog-menu/template.html ‎packages/manager/modules/manager-components/src/changelog-button/template.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
>
66
<img
77
data-ng-src="{{:: $ctrl.githubIcon }}"
8-
style="height:24px"
8+
style="height:18px"
99
class="mr-1"
1010
alt="github icon"
1111
aria-hidden="true"

‎packages/manager/modules/manager-components/src/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import editServiceName from './edit-name';
77
import taskTracker from './task-tracker';
88
import sshKeySelector from './ssh-key-selector';
99
import iamProtectedData from './iam-protected-data';
10-
import changelogButton from './changelog-menu';
10+
import changelogButton from './changelog-button';
1111

1212
export {
1313
inlinePropertyEditor,

0 commit comments

Comments
 (0)