Skip to content

Commit

Permalink
images fix fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Пётр Безденежных authored and Пётр Безденежных committed Jan 12, 2024
1 parent 83a2053 commit 88d3f8b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/app/education/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Home() {
<Flex direction="column">
<Header/>
<Flex direction="column" align="center" p="1.5rem">
<Image src="/Group_72.jpg" width="200" height="200" alt="logo" />
<Image src="Group_72.jpg" width="200" height="200" alt="logo" />
</Flex>
<Flex direction="row" mb="1.5rem" justify="center">
<Flex direction="column">
Expand Down
2 changes: 1 addition & 1 deletion src/app/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Home() {
<Flex direction="column">
<Header/>
<Flex direction="column" align="center" p="1.5rem">
<Image src="/Group_72.jpg" width='200' height="200" alt="logo" />
<Image src="Group_72.jpg" width='200' height="200" alt="logo" />
</Flex>
<Flex direction="row" mb="1.5rem" justify="center">
<Flex direction="column">
Expand Down
6 changes: 3 additions & 3 deletions src/app/socnet-icons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ function SocNetIcons(props: any) {
</a>*/}
<a href="https://imagemakerpro.ru" target="_blank">
<Image
src="/regicon.png"
src="regicon.png"
height="18"
width="18"
alt="ВШСДТ"
Expand Down Expand Up @@ -174,15 +174,15 @@ function SocNetIcons(props: any) {

<a href="https://open-ai.ru/" target="_blank">
<Image
src="/open-ai.png"
src="open-ai.png"
height="18"
width="18"
alt="Open AI"
/>
</a>
{/*
<Image
src="/Image/root-test2/vshsdt.png"
src="Image/root-test2/vshsdt.png"
alt="#ВШСДТ"
style={{
height: 14 // 18
Expand Down

0 comments on commit 88d3f8b

Please sign in to comment.