]> git.localhorst.tv Git - alttp.git/blobdiff - resources/js/components/protocol/Item.js
tournament/guild connection
[alttp.git] / resources / js / components / protocol / Item.js
index 3ccefbfe5d6f47ac5804708739f59b1f7c50b02c..2ea8ea77ea774e7588651ca97fe2378d9ed713b1 100644 (file)
@@ -75,6 +75,7 @@ const getEntryDescription = entry => {
                                },
                        );
                case 'tournament.close':
+               case 'tournament.discord':
                case 'tournament.lock':
                case 'tournament.open':
                case 'tournament.unlock':
@@ -101,6 +102,8 @@ const getEntryIcon = entry => {
                case 'tournament.open':
                case 'tournament.unlock':
                        return <Icon.UNLOCKED />;
+               case 'tournament.discord':
+                       return <Icon.DISCORD />;
                default:
                        return <Icon.PROTOCOL />;
        }