Skip to content

Commit

Permalink
Merge pull request #6 from Core447/master
Browse files Browse the repository at this point in the history
Fix: Cannot open explore page
  • Loading branch information
Nokse22 committed Jun 1, 2024
2 parents eff2f3f + bdc3e09 commit 8a30f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/explore_page.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def _load_page(self):
flow_box_box.append(flow_box)
self.page_content.append(carousel)
else:
carousel, cards_box = self.get_carousel(category.title)
carousel, cards_box = self.get_link_carousel(category.title)
self.page_content.append(carousel)

buttons_for_page = 0
Expand Down

0 comments on commit 8a30f05

Please sign in to comment.