File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed File renamed without changes.
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ import { Image } from '@astrojs/image/components';
13
13
<body class =" bg-slate-950 font-sans text-white" >
14
14
<div class =" mb-16 flex h-16 items-center border-b border-slate-700" >
15
15
<Image
16
- class =" ml-2 w-10 rounded-full border-2 border-white bg-white "
16
+ class =" ml-2 w-10"
17
17
src =" /assets/rustular.png"
18
18
alt =" Rust Logo"
19
19
width ={ 128 }
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ import { Image } from '@astrojs/image/components';
14
14
<div class =" h-screen" >
15
15
<div class =" mb-16 flex h-16 items-center border-b border-slate-700" >
16
16
<Image
17
- class =" ml-2 w-10 rounded-full border-2 border-white bg-white "
17
+ class =" ml-2 w-10"
18
18
src =" /assets/rustular.png"
19
19
alt =" Rust Logo"
20
20
width ={ 128 }
Original file line number Diff line number Diff line change 1
1
---
2
2
import { Image } from ' @astrojs/image/components' ;
3
- import StandUp from ' ../standup ' ;
3
+ import StandUp from ' ../components/Standup ' ;
4
4
---
5
5
6
6
<html lang =" en" >
@@ -14,7 +14,7 @@ import StandUp from '../standup';
14
14
<body class =" bg-slate-950 font-sans text-white" >
15
15
<div class =" mb-16 flex h-16 items-center border-b border-slate-700" >
16
16
<Image
17
- class =" ml-2 w-10 rounded-full border-2 border-white bg-white "
17
+ class =" ml-2 w-10"
18
18
src =" /assets/rustular.png"
19
19
alt =" Rust Logo"
20
20
width ={ 128 }
You can’t perform that action at this time.
0 commit comments