update websites info
This commit is contained in:
@@ -391,6 +391,13 @@ a:hover {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
.sf-footer__start {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: var(--sf-space-4);
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.sf-theme-switcher {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
|
||||
@@ -1,8 +1,11 @@
|
||||
<footer class='sf-footer{{#if stacked}} sf-footer--stacked{{/if}}'>
|
||||
<div class='sf-footer__row'>
|
||||
<div class='sf-footer__start'>
|
||||
{{#if simplexLink}}
|
||||
<a href='{{simplexLink}}' target='_blank' rel='noopener noreferrer'>Contact via Simplex</a>
|
||||
{{/if}}
|
||||
<a href='https://nullcart.net/' target='_blank' rel='noopener noreferrer'>Powered by NullCart</a>
|
||||
</div>
|
||||
{{> theme-switcher}}
|
||||
</div>
|
||||
</footer>
|
||||
|
||||
@@ -20,12 +20,10 @@ docker compose version
|
||||
|
||||
```bash
|
||||
cd /root
|
||||
git clone https://github.com/<org>/nullcart.git nullcart
|
||||
git clone https://git.nobswebdev.com/nobswebdev/nullcart.git nullcart
|
||||
cd nullcart
|
||||
```
|
||||
|
||||
Replace `<org>/nullcart` with your actual repository URL once published.
|
||||
|
||||
## 4. Configure environment
|
||||
|
||||
```bash
|
||||
|
||||
Reference in New Issue
Block a user