menu buttons fix

This commit is contained in:
timurgordon
2022-08-11 16:11:15 +03:00
parent 8664bbf4da
commit f80afe67cd
3 changed files with 8 additions and 8 deletions

3
.gitignore vendored
View File

@@ -32,4 +32,5 @@ dist
run* run*
install* install*
public public
static/css static/css
tailwindcss

View File

@@ -15,7 +15,7 @@ extra:
- [TFT]("/tft") - [TFT]("/tft")
- Ecosystem - Ecosystem
{% menu() %} {% row() %}
<button> <button>
@@ -38,7 +38,7 @@ Alliance For A Conscious Internet
{% end %} {% end %}
- Community - Community
{% menu() %} {% row() %}
<button> <button>
@@ -72,7 +72,7 @@ Join The Developer Community
- MoreInfo - MoreInfo
{% menu() %} {% row() %}
#### RESOURCES #### RESOURCES

File diff suppressed because one or more lines are too long