diff options
Diffstat (limited to 'src/web/_views/modal/about.php')
-rw-r--r-- | src/web/_views/modal/about.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/web/_views/modal/about.php b/src/web/_views/modal/about.php index d434908..55ea3f0 100644 --- a/src/web/_views/modal/about.php +++ b/src/web/_views/modal/about.php @@ -4,8 +4,8 @@ <span class="logo">xssbook</span> <span class="mb"><?=ucfirst(lang('version'))?></span> <span><?=ucfirst(lang('copyright'))?></span> - <a class="btn btn-blue mt" href="https://g.freya.cat/freya/xssbook2">Source Code</a> - <p>For reports of abuse, please email <a class="btn-blue" href="mailto:contact@freyacat.org">contact@freyacat.org</a></p> + <a class="btn btn-primary mt" href="https://g.freya.cat/freya/xssbook2">Source Code</a> + <p>For reports of abuse, please email <a class="btn-primary" href="mailto:contact@freyacat.org">contact@freyacat.org</a></p> </div> <style> #about-modal-body { |