Skip to content

Commit

Permalink
Reorder social buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
basejumpa committed Aug 12, 2024
1 parent 479c87f commit 2fd8691
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,11 +140,6 @@ def _calculate_repo_root_dir(source_path):

html_theme_options = {
"icon_links": [
{
"name": "Paypal",
"url": "https://www.paypal.com/donate/?hosted_button_id=DDV9AQBFJNMVU", # TODO: Move this to Kconfig
"icon": "fa-solid fa-coffee"
},
{
"name": "GitHub",
"url": "https://github.com/basejumpa", # TODO: Move this to Kconfig
Expand All @@ -155,6 +150,11 @@ def _calculate_repo_root_dir(source_path):
"url": "https://www.linkedin.com/in/mann-wahrenberg", # TODO: Move this to Kconfig
"icon": "fa-brands fa-linkedin"
},
{
"name": "Paypal",
"url": "https://www.paypal.com/donate/?hosted_button_id=DDV9AQBFJNMVU", # TODO: Move this to Kconfig
"icon": "fa-solid fa-coffee"
},
],
}

Expand Down

0 comments on commit 2fd8691

Please sign in to comment.