feat: add app connections w/ testing and deleting functions
This commit is contained in:
@@ -24,7 +24,7 @@ function AppRow(props: AppRowProps) {
|
||||
<Link to={URLS.APP(name.toLowerCase())}>
|
||||
<Card sx={{ my: 2 }}>
|
||||
<CardActionArea>
|
||||
<CardContent>
|
||||
<CardContent>
|
||||
<Box>
|
||||
<AppIcon name={name} url={iconUrl} color={primaryColor} />
|
||||
</Box>
|
||||
|
Reference in New Issue
Block a user