Skip to content

Commit ae62a48

Browse files
authored
Fix links within documentation of HAButtons (#5706)
1 parent e3ac6b9 commit ae62a48

File tree

1 file changed

+3
-3
lines changed
  • common/src/main/kotlin/io/homeassistant/companion/android/common/compose/composable

1 file changed

+3
-3
lines changed

common/src/main/kotlin/io/homeassistant/companion/android/common/compose/composable/HAButtons.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ enum class ButtonVariant {
5757
* Displays an accent button, typically used for the most prominent call to action on a screen.
5858
* The button's appearance is determined by the [variant] and the current theme.
5959
*
60-
* @see https://design.home-assistant.io/#components/ha-button
60+
* [Design Website](https://design.home-assistant.io/#components/ha-button)
6161
*
6262
* @param text The text label displayed on the button.
6363
* @param onClick The lambda function to be executed when the button is clicked.
@@ -94,7 +94,7 @@ fun HAAccentButton(
9494
* Displays a filled button, which is a standard button.
9595
* The button's appearance is determined by the [variant] and the current theme.
9696
*
97-
* @see https://design.home-assistant.io/#components/ha-button
97+
* [Design Website](https://design.home-assistant.io/#components/ha-button)
9898
*
9999
* @param text The text label displayed on the button.
100100
* @param onClick The lambda function to be executed when the button is clicked.
@@ -131,7 +131,7 @@ fun HAFilledButton(
131131
* Displays a plain button, which is typically a text-only button with no background fill.
132132
* The button's appearance is determined by the [variant] and the current theme.
133133
*
134-
* @see https://design.home-assistant.io/#components/ha-button
134+
* [Design Website](https://design.home-assistant.io/#components/ha-button)
135135
*
136136
* @param text The text label displayed on the button.
137137
* @param onClick The lambda function to be executed when the button is clicked.

0 commit comments

Comments
 (0)