Skip to content

Commit

Permalink
Merge pull request #397 from webforj/394-button-css-links
Browse files Browse the repository at this point in the history
chore: Corrected `cssURL` Values in Button Article
  • Loading branch information
MatthewHawkins authored Dec 17, 2024
2 parents cd604ce + 8e3f382 commit 3aeea58
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions docs/components/button.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ Shown below are example buttons with each of the supported Themes applied: <br/>
path='https://demo.webforj.com/webapp/controlsamples/buttonthemes?'
javaE='https://raw.githubusercontent.com/webforj/webforj-docs-samples/refs/heads/main/src/main/java/com/webforj/samples/views/button/ButtonThemesView.java'
javaC='https://raw.githubusercontent.com/webforj/ControlSamples/main/src/main/code_snippets/button/Theme.txt'
cssURL='https://raw.githubusercontent.com/webforj/ControlSamples/main/src/main/resources/button/buttonThemes.css'
cssURL='https://raw.githubusercontent.com/webforj/ControlSamples/main/src/main/resources/css/button/buttonThemes.css'
height='175px'
/>

Expand All @@ -135,7 +135,6 @@ Below are the various expanses supported for the `Button` component: <br/>
path='https://demo.webforj.com/webapp/controlsamples/buttonexpanses?'
javaE='https://raw.githubusercontent.com/webforj/webforj-docs-samples/refs/heads/main/src/main/java/com/webforj/samples/views/button/ButtonExpansesView.java'
javaC='https://raw.githubusercontent.com/webforj/ControlSamples/main/src/main/code_snippets/button/Expanses.txt'
cssURL='https://raw.githubusercontent.com/webforj/ControlSamples/main/src/main/resources/css/button/buttonExpanses.css'
height='200px'
/>

Expand Down

0 comments on commit 3aeea58

Please sign in to comment.