Estone commited on
Commit
76fe607
ยท
1 Parent(s): e494200

feat: clickable GitHub link in footer

Browse files
Files changed (2) hide show
  1. app.py +3 -1
  2. i18n.py +2 -2
app.py CHANGED
@@ -514,6 +514,8 @@ body { font-family: var(--font-body); -webkit-font-smoothing: antialiased; }
514
  font-size: 12px; margin-top: 32px !important; line-height: 1.6;
515
  }
516
  .bb-footer p { margin: 0; }
 
 
517
 
518
  /* โ•โ•โ• Responsive โ•โ•โ• */
519
 
@@ -765,7 +767,7 @@ with gr.Blocks(title="๐Ÿž BreadBuddy", theme=custom_theme, css=custom_css) as d
765
  # Footer
766
  gr.HTML("""
767
  <div class="bb-footer">
768
- <p>&copy; 2026 Rockstone Games. All rights reserved.</p>
769
  </div>
770
  """)
771
 
 
514
  font-size: 12px; margin-top: 32px !important; line-height: 1.6;
515
  }
516
  .bb-footer p { margin: 0; }
517
+ .bb-footer a { color: var(--text-muted); text-decoration: none; }
518
+ .bb-footer a:hover { color: var(--primary); text-decoration: underline; }
519
 
520
  /* โ•โ•โ• Responsive โ•โ•โ• */
521
 
 
767
  # Footer
768
  gr.HTML("""
769
  <div class="bb-footer">
770
+ <p>&copy; 2026 <a href="https://github.com/the-rockstone-games" target="_blank" rel="noopener">Rockstone Games</a>. All rights reserved.</p>
771
  </div>
772
  """)
773
 
i18n.py CHANGED
@@ -79,8 +79,8 @@ STRINGS = {
79
  "zh": "๐Ÿง  ่ฟฝ้—ฎไธŠไธ‹ๆ–‡๏ผš"
80
  },
81
  "footer_line1": {
82
- "en": "\u00a9 2026 Rockstone Games. All rights reserved.",
83
- "zh": "\u00a9 2026 Rockstone Games. All rights reserved."
84
  },
85
  "footer_line2": {
86
  "en": "",
 
79
  "zh": "๐Ÿง  ่ฟฝ้—ฎไธŠไธ‹ๆ–‡๏ผš"
80
  },
81
  "footer_line1": {
82
+ "en": "\u00a9 2026 Rockstone Games. All rights reserved. https://github.com/the-rockstone-games",
83
+ "zh": "\u00a9 2026 Rockstone Games. All rights reserved. https://github.com/the-rockstone-games"
84
  },
85
  "footer_line2": {
86
  "en": "",