> ## Documentation Index
> Fetch the complete documentation index at: https://docs.slotbot.de/llms.txt
> Use this file to discover all available pages before exploring further.

# Update 10.05.2023

export const Releases = ({server, serverNew, frontend, frontendNew}) => {
  const New = () => {
    return <div style={{
      fontSize: '0.6875rem',
      borderRadius: '2rem',
      height: '1.25rem',
      lineHeight: '1.125rem',
      padding: '0 0.625rem',
      display: 'inline-grid',
      alignItems: 'center',
      width: 'fit-content',
      fontWeight: 700,
      color: '#00724d',
      background: '#e6fff3',
      overflow: 'hidden',
      textOverflow: 'ellipsis',
      textAlign: 'center',
      cursor: 'default'
    }}>
				NEU
			</div>;
  };
  return <Columns cols="2">
			<Card title={"Slotbot-Server"} href={`https://github.com/Alf-Melmac/slotbotServer/releases/tag/v${server}`}>
				{server} {serverNew && <New />}
			</Card>
			<Card title={"Slotbot-Frontend"} href={`https://github.com/Alf-Melmac/slotbot-frontend/releases/tag/v${frontend}`}>
				{frontend} {frontendNew && <New />}
			</Card>
		</Columns>;
};

<Releases server="2.3.1" serverNew frontend="1.3.1" frontendNew />

## 🐞 Fehlerbehebungen

* Es ist nicht mehr nötig ein Event zu kopieren, um ein neues anzulegen. Der endlose Ladekreisel tritt nicht mehr auf. `(Danke John für die Meldung)` *(commit: [cf74ddc2](https://github.com/Alf-Melmac/slotbot-frontend/commit/cf74ddc2affbe2f23f6966b0b4797a198c47aa6a))*

* Der Discord Bot ignoriert die Aufforderungen zum Slotten oder Unslotten nicht mehr. `(Danke Shiro für die Meldung)` *(commit: [7ccd8677](https://github.com/Alf-Melmac/slotbotServer/commit/7ccd867775a046e8597fa3e0426407a8b8065530))*
