Skip to content

Commit

Permalink
Revert back text powered by nopCommerce in footer - removed by mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
KrzysztofPajak committed Feb 9, 2021
1 parent 2428a71 commit 7022db6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -195,6 +195,7 @@
</b-col>
<b-col md="6" cols="12" class="pb-1 pt-1 text-center text-lg-right">
<span>Shopping cart software by </span><a class="pr-1 text-success" href="https://grandnode.com/">GrandNode</a>™
powered by <a class="pr-1" href="https://nopcommerce.com/">nopCommerce</a>
</b-col>
@await Component.InvokeAsync("StoreThemeSelector")
</b-row>
Expand Down
7 changes: 4 additions & 3 deletions Grand.Web/Views/Shared/Components/Footer/Default.cshtml
Original file line number Diff line number Diff line change
Expand Up @@ -218,9 +218,10 @@
}
</div>
@await Component.InvokeAsync("StoreThemeSelector")
<div class="col-12 col-md-4 pb-1 pt-1 text-center text-lg-right">
<span>Shopping cart software by </span><a class="pr-1 text-success" href="https://grandnode.com/">GrandNode</a>™
</div>
<div class="col-12 col-md-6 pb-1 pt-1 text-center text-lg-right">
<span>Shopping cart software by </span><a class="pr-1 text-success" href="https://grandnode.com/">GrandNode</a>™
powered by <a class="pr-1" href="https://nopcommerce.com/">nopCommerce</a>
</div>
</div>
</div>
</div>
Expand Down

0 comments on commit 7022db6

Please sign in to comment.