push latest

This commit is contained in:
2025-09-15 10:38:26 -07:00
parent 5117218a1a
commit d61080722d
3 changed files with 1 additions and 5 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -45,12 +45,10 @@ const CommandSequence = ({
{copied ? ( {copied ? (
<> <>
<Check size={14} className="mr-1 text-green-bright" /> <Check size={14} className="mr-1 text-green-bright" />
<span>Copied</span>
</> </>
) : ( ) : (
<> <>
<Copy size={14} className="mr-1 text-foreground/70" /> <Copy size={14} className="mr-1 text-foreground/70" />
<span>Copy All</span>
</> </>
)} )}
</button> </button>
@@ -241,12 +239,10 @@ const Command = ({
{copied ? ( {copied ? (
<> <>
<Check size={14} className="mr-1 text-green-bright" /> <Check size={14} className="mr-1 text-green-bright" />
<span>Copied</span>
</> </>
) : ( ) : (
<> <>
<Copy size={14} className="mr-1 text-foreground/70" /> <Copy size={14} className="mr-1 text-foreground/70" />
<span>Copy</span>
</> </>
)} )}
</button> </button>

View File

@@ -1,6 +1,6 @@
--- ---
title: Breaking the Chromebook Cage title: Breaking the Chromebook Cage
description: From breaking Chromebooks as a student to breaking Chromebooks to stop students from breaking Chromebooks. description: From breaking Chromebooks as a student to breaking Chromebooks to stop students from breaking Chromebooks
author: Timothy Pidashev author: Timothy Pidashev
tags: ["uefi", "coreboot", "firmware", "chromebooks"] tags: ["uefi", "coreboot", "firmware", "chromebooks"]
date: 2025-09-15 date: 2025-09-15