Skip to content

Commit eaed5ba

Browse files
committed
feat: remove bg on icon
1 parent 517898d commit eaed5ba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed
File renamed without changes.

src/pages/docs.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ import { Image } from '@astrojs/image/components';
1313
<body class="bg-slate-950 font-sans text-white">
1414
<div class="mb-16 flex h-16 items-center border-b border-slate-700">
1515
<Image
16-
class="ml-2 w-10 rounded-full border-2 border-white bg-white"
16+
class="ml-2 w-10"
1717
src="/assets/rustular.png"
1818
alt="Rust Logo"
1919
width={128}

src/pages/index.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { Image } from '@astrojs/image/components';
1414
<div class="h-screen">
1515
<div class="mb-16 flex h-16 items-center border-b border-slate-700">
1616
<Image
17-
class="ml-2 w-10 rounded-full border-2 border-white bg-white"
17+
class="ml-2 w-10"
1818
src="/assets/rustular.png"
1919
alt="Rust Logo"
2020
width={128}

src/pages/standup.astro

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
import { Image } from '@astrojs/image/components';
3-
import StandUp from '../standup';
3+
import StandUp from '../components/Standup';
44
---
55

66
<html lang="en">
@@ -14,7 +14,7 @@ import StandUp from '../standup';
1414
<body class="bg-slate-950 font-sans text-white">
1515
<div class="mb-16 flex h-16 items-center border-b border-slate-700">
1616
<Image
17-
class="ml-2 w-10 rounded-full border-2 border-white bg-white"
17+
class="ml-2 w-10"
1818
src="/assets/rustular.png"
1919
alt="Rust Logo"
2020
width={128}

0 commit comments

Comments
 (0)