Skip to content

Commit f75a0a4

Browse files
committed
Merge branch 'feature/add-report-issue-button-docs' of https://github.com/SandaruRF/docs-is into feature/add-report-issue-button-docs
2 parents 61aaece + 4e1e64b commit f75a0a4

File tree

3 files changed

+4
-5
lines changed

3 files changed

+4
-5
lines changed

en/theme/material/assets/css/report-issues.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except
@@ -91,4 +91,4 @@
9191
color: var(--md-default-bg-color);
9292
border-color: color-mix(in srgb, var(--md-default-fg-color) 95%, black);
9393
box-shadow: 0 4px 12px rgba(0,0,0,0.4);
94-
}
94+
}

en/theme/material/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2023-2025, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except

en/theme/material/partials/report-issues.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<!--
2-
* Copyright (c) 2023, WSO2 LLC. (https://www.wso2.com).
2+
* Copyright (c) 2025, WSO2 LLC. (https://www.wso2.com).
33
*
44
* WSO2 LLC. licenses this file to you under the Apache License,
55
* Version 2.0 (the "License"); you may not use this file except
@@ -26,4 +26,3 @@
2626
<label class="md-header__link__label">Report Issues</label>
2727
</button>
2828
</div>
29-
{% endif %}

0 commit comments

Comments
 (0)