Skip to content

Commit

Permalink
adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
ishida83 committed Apr 19, 2023
1 parent a3b6e1f commit 8155a3c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nextjs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ on:


# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
# workflow_dispatch:

# Sets permissions of the GITHUB_TOKEN to allow deployment to GitHub Pages
permissions:
Expand Down
4 changes: 2 additions & 2 deletions pages/chat.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,11 @@ import Sidebar from '@/common/components/sidebar/components/Sidebar';

const tabData = [
{
label: 'Nigerian Jollof',
label: '歷史對話',
content: 'Perhaps the greatest dish ever invented.',
},
{
label: 'Pounded Yam & Egusi',
label: '關鍵詞提示',
content: 'Perhaps the surest dish ever invented but fills the stomach more than rice.',
},
];
Expand Down
8 changes: 4 additions & 4 deletions pages/my.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -191,15 +191,14 @@ function GridBlurredBackdrop() {
return (
<Flex
textAlign={'center'}
pt={10}
justifyContent={'center'}
direction={'column'}
// width={'full'}
overflow={'hidden'}
>
<Box width={{ base: 'full', sm: 'lg', lg: 'xl' }} margin={'auto'}>
<chakra.h1
py={5}
py={0}
fontSize={48}
fontFamily={'Work Sans'}
fontWeight={'bold'}
Expand Down Expand Up @@ -281,9 +280,10 @@ const Profile = () => (
>
<Sidebar d={{ base: 'none', md: 'block' }} />
<Container maxW="6xl" px="0">
<HStack justifyContent="space-evenly" alignItems="baseline">
<Stack direction={['column', 'row']} spacing="24px">
<Stack
w="17rem"
maxH="18rem"
spacing={2}
p={4}
mr={16}
Expand Down Expand Up @@ -340,7 +340,7 @@ const Profile = () => (
</Text>
</Stack>
<GridBlurredBackdrop />
</HStack>
</Stack>
</Container>
</Grid>
</Container>
Expand Down

0 comments on commit 8155a3c

Please sign in to comment.